aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
authorMatthias Rieber <matthias@zu-con.org>2015-08-29 12:22:52 +0200
committerChristian S <christian@pix-art.de>2016-05-05 19:28:48 +0200
commit626d0d3260d792843bebf2a8b8a62c1a026dd314 (patch)
tree476c7a8359393aefa42c9bc7eecf5bedf2c58c54 /src/main/res/layout/message_received.xml
parent566b5b0181580b6fee7a91c5ea6cf5b41e1c3c57 (diff)
blue theme
Diffstat (limited to 'src/main/res/layout/message_received.xml')
-rw-r--r--src/main/res/layout/message_received.xml8
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 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>