chat: add hint string, and make textfield full width

This commit is contained in:
Eric House 2016-04-06 11:06:10 -07:00
parent 4bb16e88ef
commit 70c0db6504
5 changed files with 453 additions and 443 deletions

File diff suppressed because it is too large Load diff

View file

@ -22,10 +22,11 @@
</ScrollView>
<EditText android:id="@+id/chat_edit"
android:layout_width="wrap_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="false"
android:layout_weight="0"
android:hint="@string/chat_hint"
/>
</LinearLayout>

View file

@ -1291,6 +1291,8 @@
<!-- Text on the button that causes the contents of the
message-composition field to be sent. -->
<string name="chat_send">Send</string>
<!-- "Hint" in empty chat text field -->
<string name="chat_hint">Say something nice</string>
<!--
############################################################

View file

@ -1116,6 +1116,8 @@
<!-- Text on the button that causes the contents of the
message-composition field to be sent. -->
<string name="chat_send">Dnes</string>
<!-- "Hint" in empty chat text field -->
<string name="chat_hint">Yas gnihtemos ecin</string>
<!--
############################################################
# :Menus:

View file

@ -1116,6 +1116,8 @@
<!-- Text on the button that causes the contents of the
message-composition field to be sent. -->
<string name="chat_send">SEND</string>
<!-- "Hint" in empty chat text field -->
<string name="chat_hint">SAY SOMETHING NICE</string>
<!--
############################################################
# :Menus: