aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-22 21:39:19 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-22 21:39:19 +0200
commitad839a1ddaea72f766be80266ae5b6d4fa7cae7f (patch)
tree9e11f0d427f83a595f866200ffaa6dff62523172 /src/main/res/layout/message_received.xml
parentbcc69353e16dac911de23505b1c37bea2d3bdb80 (diff)
made all text styleable
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 cb42861a4..2460367e5 100644
--- a/src/main/res/layout/message_received.xml
+++ b/src/main/res/layout/message_received.xml
@@ -59,8 +59,8 @@
<ImageView
android:id="@+id/security_indicator"
- android:layout_width="?attr/TextSizeInfo"
- android:layout_height="?attr/TextSizeInfo"
+ android:layout_width="?attr/TextSizeCaption"
+ android:layout_height="?attr/TextSizeCaption"
android:layout_gravity="center_vertical"
android:layout_marginRight="4sp"
android:alpha="0.70"
@@ -69,8 +69,8 @@
<ImageView
android:id="@+id/edit_indicator"
- android:layout_width="?attr/TextSizeInfo"
- android:layout_height="?attr/TextSizeInfo"
+ android:layout_width="?attr/TextSizeCaption"
+ android:layout_height="?attr/TextSizeCaption"
android:layout_gravity="center_vertical"
android:layout_marginRight="4sp"
android:gravity="center_vertical"