use background rather than text color to separate local and non- chat.

This commit is contained in:
Andy2 2011-02-17 06:56:48 -08:00
parent c844e9165d
commit b3ffb4895b
3 changed files with 3 additions and 3 deletions

View file

@ -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"
/>

View file

@ -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"
/>

View file

@ -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>