res/layout/chat_msg_row.xml
changeset 981 e1b1c8ad710a
parent 798 6c924ac95f1c
--- a/res/layout/chat_msg_row.xml	Thu May 10 16:11:18 2012 +0200
+++ b/res/layout/chat_msg_row.xml	Fri May 18 00:25:02 2012 +0200
@@ -6,7 +6,8 @@
 	<TextView android:id="@+id/chatmessagename"
 		android:layout_width="fill_parent" android:layout_height="wrap_content"
 		android:layout_alignParentLeft="true" android:layout_alignParentTop="true"
-		android:textSize="16sp" android:textColor="#FFFFFF" android:textStyle="bold"
+		android:textColor="@android:color/white" android:textStyle="bold"
+		android:textAppearance="?android:attr/textAppearanceMedium"
 		android:paddingBottom="1dp" />
 	<TextView android:id="@+id/chatmessagedate"
 		android:layout_width="wrap_content" android:layout_height="wrap_content"