diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-12 20:48:28 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-12 20:48:28 +0100 |
commit | 2028bb9b58a78577dfca037c39a887c7df53d802 (patch) | |
tree | dd56705ca6f617e235a1831aa8bde0db0c2a62b8 /src/main/res/layout | |
parent | 2f1ac5ad18cd52593748132ec5a3ccffbe2647da (diff) |
green bubbles and setting to choose green or white bubbles removed
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/message_received.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml index b68cc532..61b1b669 100644 --- a/src/main/res/layout/message_received.xml +++ b/src/main/res/layout/message_received.xml @@ -25,7 +25,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_toRightOf="@+id/message_photo" - android:background="@drawable/message_bubble_received" + android:background="@drawable/message_bubble_received_white" android:minHeight="53dp" android:layout_marginTop="-2dp" android:layout_marginRight="-4dp" @@ -54,9 +54,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web|phone|email" - android:textColorLink="@color/white" - android:textColor="@color/white" - android:textColorHighlight="@color/grey800" + android:textColorLink="@color/primaryText" + android:textColor="@color/primaryText" + android:textColorHighlight="@color/grey500" android:textSize="?attr/TextSizeBody" app:emojiconSize="28sp" /> |