From 3ac70d4b868df47d14aedc104d1691b8597c5e1f Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Tue, 8 Jul 2014 11:41:19 +0200 Subject: uniformed colors. made colors a little material --- res/layout/fragment_conversation.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'res/layout/fragment_conversation.xml') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index 4bf93eab..749d97b2 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#e5e5e5" > + android:background="@color/primarybackground" > + android:background="@color/primarybackground" > + android:paddingTop="12dp" + android:textColor="@color/primarytext"> @@ -49,7 +50,7 @@ android:layout_above="@+id/textsend" android:layout_alignParentLeft="true" android:layout_below="@+id/info_box" - android:background="#e5e5e5" + android:background="@color/secondarybackground" android:divider="@null" android:dividerHeight="0dp" android:listSelector="@android:color/transparent" -- cgit v1.2.3