|
|
@ -149,53 +149,14 @@
|
|
|
|
android:maxLength="1000"
|
|
|
|
android:maxLength="1000"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <RelativeLayout -->
|
|
|
|
|
|
|
|
<!-- android:id="@+id/editor_with_counter" -->
|
|
|
|
|
|
|
|
<!-- android:layout_width="0dip" -->
|
|
|
|
|
|
|
|
<!-- android:layout_height="wrap_content" -->
|
|
|
|
|
|
|
|
<!-- android:layout_weight="1.0" -->
|
|
|
|
|
|
|
|
<!-- android:addStatesFromChildren="true" -->
|
|
|
|
|
|
|
|
<!-- android:background="@android:drawable/edit_text"> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <EditText -->
|
|
|
|
|
|
|
|
<!-- android:id="@+id/embedded_text_editor" -->
|
|
|
|
|
|
|
|
<!-- android:layout_width="fill_parent" -->
|
|
|
|
|
|
|
|
<!-- android:layout_height="wrap_content" -->
|
|
|
|
|
|
|
|
<!-- android:autoText="true" -->
|
|
|
|
|
|
|
|
<!-- android:capitalize="sentences" -->
|
|
|
|
|
|
|
|
<!-- android:nextFocusRight="@+id/send_button" -->
|
|
|
|
|
|
|
|
<!-- android:hint="Type to compose" -->
|
|
|
|
|
|
|
|
<!-- android:maxLines="4" -->
|
|
|
|
|
|
|
|
<!-- android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine" -->
|
|
|
|
|
|
|
|
<!-- android:imeOptions="actionSend|flagNoEnterAction" -->
|
|
|
|
|
|
|
|
<!-- android:background="@null" -->
|
|
|
|
|
|
|
|
<!-- android:maxLength="1000" -->
|
|
|
|
|
|
|
|
<!-- /> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView -->
|
|
|
|
|
|
|
|
<!-- android:id="@+id/text_counter" -->
|
|
|
|
|
|
|
|
<!-- android:layout_width="wrap_content" -->
|
|
|
|
|
|
|
|
<!-- android:layout_height="wrap_content" -->
|
|
|
|
|
|
|
|
<!-- android:background="#88000000" -->
|
|
|
|
|
|
|
|
<!-- android:textColor="#ffffffff" -->
|
|
|
|
|
|
|
|
<!-- android:textSize="11sp" -->
|
|
|
|
|
|
|
|
<!-- android:textStyle="bold" -->
|
|
|
|
|
|
|
|
<!-- android:paddingLeft="3dip" -->
|
|
|
|
|
|
|
|
<!-- android:paddingRight="3dip" -->
|
|
|
|
|
|
|
|
<!-- android:layout_alignParentRight="true" -->
|
|
|
|
|
|
|
|
<!-- android:layout_alignParentTop="true" -->
|
|
|
|
|
|
|
|
<!-- android:visibility="gone" -->
|
|
|
|
|
|
|
|
<!-- /> -->
|
|
|
|
|
|
|
|
<!-- </RelativeLayout> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button android:id="@+id/send_button"
|
|
|
|
<Button android:id="@+id/send_button"
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
style="?android:attr/buttonStyle"
|
|
|
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:nextFocusLeft="@+id/embedded_text_editor"
|
|
|
|
android:nextFocusLeft="@+id/embedded_text_editor"
|
|
|
|
android:text="Send"
|
|
|
|
android:text="Send"
|
|
|
|
|
|
|
|
android:padding="8dip"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView android:id="@+id/space_left"
|
|
|
|
<TextView android:id="@+id/space_left"
|
|
|
|