diff options
author | Matthias Rieber <matthias@zu-con.org> | 2015-08-29 12:22:52 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-05-05 19:28:48 +0200 |
commit | 626d0d3260d792843bebf2a8b8a62c1a026dd314 (patch) | |
tree | 476c7a8359393aefa42c9bc7eecf5bedf2c58c54 /src/main/res/layout | |
parent | 566b5b0181580b6fee7a91c5ea6cf5b41e1c3c57 (diff) |
blue theme
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/ab_title.xml | 2 | ||||
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 2 | ||||
-rw-r--r-- | src/main/res/layout/message_received.xml | 8 | ||||
-rw-r--r-- | src/main/res/layout/message_sent.xml | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/src/main/res/layout/ab_title.xml b/src/main/res/layout/ab_title.xml index b6b7e5497..19a9be1e6 100644 --- a/src/main/res/layout/ab_title.xml +++ b/src/main/res/layout/ab_title.xml @@ -24,7 +24,7 @@ android:layout_below="@android:id/text1" android:singleLine="true" android:textSize="12dp" - android:textColor="@color/black54" + android:textColor="@color/grey50" android:gravity="center_vertical" android:onClick="onClick" android:clickable="true" diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index a00dadf47..88f2cbb28 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -13,7 +13,7 @@ android:layout_above="@+id/snackbar" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" - android:background="@color/lightyellow" + android:background="@color/background_floating_material_light" android:divider="@null" android:dividerHeight="0dp" android:listSelector="@android:color/transparent" diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml index 909cf78f8..2be8ada8c 100644 --- a/src/main/res/layout/message_received.xml +++ b/src/main/res/layout/message_received.xml @@ -56,8 +56,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web" - android:textColorLink="@color/white" - android:textColor="@color/white" + android:textColorLink="@color/green900" + android:textColor="@color/green900" android:textColorHighlight="@color/grey800" android:textSize="?attr/TextSizeBody" /> @@ -119,9 +119,9 @@ android:layout_gravity="center_vertical" android:gravity="center_vertical" android:text="@string/sending" - android:textColor="@color/white70" + android:textColor="@color/primary_dark" android:textSize="?attr/TextSizeInfo" /> </LinearLayout> </LinearLayout> </LinearLayout> -</RelativeLayout>
\ No newline at end of file +</RelativeLayout> diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index 9118b1846..dae361ef3 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -57,8 +57,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web" - android:textColorLink="@color/black87" - android:textColor="@color/black87" + android:textColorLink="@color/black54" + android:textColor="@color/black54" android:textColorHighlight="@color/grey500" android:textSize="?attr/TextSizeBody" /> @@ -89,7 +89,7 @@ android:layout_gravity="center_vertical" android:gravity="center_vertical" android:text="@string/sending" - android:textColor="@color/black54" + android:textColor="@color/primary_dark" android:textSize="?attr/TextSizeInfo" /> <ImageView @@ -132,4 +132,4 @@ </LinearLayout> </LinearLayout> </LinearLayout> -</RelativeLayout>
\ No newline at end of file +</RelativeLayout> |