mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
chat: add hint string, and make textfield full width
This commit is contained in:
parent
4bb16e88ef
commit
70c0db6504
5 changed files with 453 additions and 443 deletions
File diff suppressed because it is too large
Load diff
|
@ -22,10 +22,11 @@
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
<EditText android:id="@+id/chat_edit"
|
<EditText android:id="@+id/chat_edit"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
|
android:hint="@string/chat_hint"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
@ -1291,6 +1291,8 @@
|
||||||
<!-- Text on the button that causes the contents of the
|
<!-- Text on the button that causes the contents of the
|
||||||
message-composition field to be sent. -->
|
message-composition field to be sent. -->
|
||||||
<string name="chat_send">Send</string>
|
<string name="chat_send">Send</string>
|
||||||
|
<!-- "Hint" in empty chat text field -->
|
||||||
|
<string name="chat_hint">Say something nice</string>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
############################################################
|
############################################################
|
||||||
|
|
|
@ -1116,6 +1116,8 @@
|
||||||
<!-- Text on the button that causes the contents of the
|
<!-- Text on the button that causes the contents of the
|
||||||
message-composition field to be sent. -->
|
message-composition field to be sent. -->
|
||||||
<string name="chat_send">Dnes</string>
|
<string name="chat_send">Dnes</string>
|
||||||
|
<!-- "Hint" in empty chat text field -->
|
||||||
|
<string name="chat_hint">Yas gnihtemos ecin</string>
|
||||||
<!--
|
<!--
|
||||||
############################################################
|
############################################################
|
||||||
# :Menus:
|
# :Menus:
|
||||||
|
|
|
@ -1116,6 +1116,8 @@
|
||||||
<!-- Text on the button that causes the contents of the
|
<!-- Text on the button that causes the contents of the
|
||||||
message-composition field to be sent. -->
|
message-composition field to be sent. -->
|
||||||
<string name="chat_send">SEND</string>
|
<string name="chat_send">SEND</string>
|
||||||
|
<!-- "Hint" in empty chat text field -->
|
||||||
|
<string name="chat_hint">SAY SOMETHING NICE</string>
|
||||||
<!--
|
<!--
|
||||||
############################################################
|
############################################################
|
||||||
# :Menus:
|
# :Menus:
|
||||||
|
|
Loading…
Reference in a new issue