diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-08 11:41:19 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-08 11:41:19 +0200 |
commit | 3ac70d4b868df47d14aedc104d1691b8597c5e1f (patch) | |
tree | f6333cd8fc90b36c25de01a5909349b1ef1db25e /res/layout/message_sent.xml | |
parent | 37a8b87235f8c85a851976f5995c8c8c00c83fa5 (diff) |
uniformed colors. made colors a little material
Diffstat (limited to 'res/layout/message_sent.xml')
-rw-r--r-- | res/layout/message_sent.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml index b9c2ee10..d4970e6f 100644 --- a/res/layout/message_sent.xml +++ b/res/layout/message_sent.xml @@ -20,7 +20,7 @@ <LinearLayout android:layout_width="wrap_content" android:layout_height="fill_parent" - android:background="#ededed" + android:background="@color/primarybackground" android:orientation="vertical" android:gravity="center_vertical" android:paddingTop="4dp" @@ -35,7 +35,7 @@ android:adjustViewBounds="true" android:paddingBottom="2dp" android:scaleType="fitXY" - android:background="#333333" + android:background="@color/primarytext" /> <TextView @@ -44,8 +44,8 @@ android:layout_height="wrap_content" android:autoLink="web" android:textIsSelectable="true" - android:textColor="#333333" - android:textSize="14sp" /> + android:textSize="14sp" + android:textColor="@color/primarytext"/> <LinearLayout android:layout_width="wrap_content" @@ -61,8 +61,8 @@ android:layout_gravity="center_vertical" android:gravity="center_vertical" android:text="@string/sending" - android:textColor="#8e8e8e" - android:textSize="12sp" /> + android:textSize="12sp" + android:textColor="@color/secondarytext"/> <ImageView android:id="@+id/security_indicator" |