mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
use background rather than text color to separate local and non- chat.
This commit is contained in:
parent
c844e9165d
commit
b3ffb4895b
3 changed files with 3 additions and 3 deletions
|
@ -3,5 +3,4 @@
|
|||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#FF7F7F7F"
|
||||
/>
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#FF202020"
|
||||
/>
|
||||
|
|
|
@ -399,8 +399,8 @@
|
|||
<string name="no_name_found_f">No public rooms found for %d-player
|
||||
games in %s. Try refreshing or creating your own.</string>
|
||||
|
||||
<string name="chat_local_id">local: </string>
|
||||
<string name="chat_other_id">remote: </string>
|
||||
<string name="chat_local_id">Me: </string>
|
||||
<string name="chat_other_id">Not me: </string>
|
||||
<string name="chat_send">Send</string>
|
||||
|
||||
<string name="notify_title">Moves made</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue