aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/message_received.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-09-20 22:44:50 +0200
committeriNPUTmice <daniel@gultsch.de>2014-09-20 22:44:50 +0200
commit34de697e7e241886c2a2652a827b7be93086efa5 (patch)
tree77be835e43a13be7c04b1e6fc1744fadefc933db /res/layout/message_received.xml
parentd806923d571c2ad8f12446df32e251195cb13db8 (diff)
changed security indicator and changed opacity of received tick to match the text
Diffstat (limited to 'res/layout/message_received.xml')
-rw-r--r--res/layout/message_received.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/layout/message_received.xml b/res/layout/message_received.xml
index d85a4f8d..28c04a70 100644
--- a/res/layout/message_received.xml
+++ b/res/layout/message_received.xml
@@ -54,7 +54,7 @@
android:text="@string/download_image"
android:visibility="gone" />
- <LinearLayout
+ <LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
@@ -65,10 +65,12 @@
android:layout_width="?attr/TextSizeInfo"
android:layout_height="?attr/TextSizeInfo"
android:layout_gravity="center_vertical"
- android:layout_marginRight="6sp"
- android:layout_marginTop="2sp"
android:gravity="center_vertical"
- android:src="@drawable/ic_indicator" />
+ android:src="@drawable/ic_secure_indicator"
+ android:layout_marginRight="4sp"
+ android:alpha="0.54"/>
+
+
<TextView
android:id="@+id/message_time"