aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
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>