aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-12-04 16:34:50 +0100
committersteckbrief <steckbrief@chefmail.de>2015-12-04 16:34:50 +0100
commit96e6604d9eed10d08534ddb6c7a33b7ec9dfc68e (patch)
tree87e6663bdd6109ed9dadc0a929f2196ddcc489a6 /src/main/res/layout/message_received.xml
parent6fdc38911c47ea4bd57d3706c9987e59af21fd90 (diff)
Fixes FS#75 - Change color names to reasonable names
Diffstat (limited to 'src/main/res/layout/message_received.xml')
-rw-r--r--src/main/res/layout/message_received.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml
index 82f85176..f16f551a 100644
--- a/src/main/res/layout/message_received.xml
+++ b/src/main/res/layout/message_received.xml
@@ -36,7 +36,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
- android:background="@color/black87"
+ android:background="@color/primaryText"
android:paddingBottom="2dp"
android:scaleType="centerCrop" />
@@ -45,7 +45,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink="web|phone|email"
- android:textColor="@color/black87"
+ android:textColor="@color/primaryText"
android:textSize="?attr/TextSizeBody"
emojicon:emojiconSize="28sp" />
@@ -79,7 +79,7 @@
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:text="@string/sending"
- android:textColor="@color/black54"
+ android:textColor="@color/secondaryText"
android:textSize="?attr/TextSizeInfo" />
</LinearLayout>
</LinearLayout>