aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/message_sent.xml
diff options
context:
space:
mode:
authorMichael <betheg@bitcloner.org>2014-09-20 15:49:25 +0200
committerMichael <betheg@bitcloner.org>2014-09-20 15:49:25 +0200
commita86a09ab5b81f39c4d56c37af65e630539e85ffe (patch)
tree621ce6fcb0086b967d5aa8ecf3de27bacb3dc967 /res/layout/message_sent.xml
parent295bfb7f1de98649d8a7dd5f77745e50bfc25f56 (diff)
indicates received messages with a tick.
Diffstat (limited to '')
-rw-r--r--res/layout/message_sent.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml
index 9728dc56..cb35093d 100644
--- a/res/layout/message_sent.xml
+++ b/res/layout/message_sent.xml
@@ -64,6 +64,16 @@
android:textSize="?attr/TextSizeInfo" />
<ImageView
+ android:id="@+id/indicator_received"
+ android:layout_width="?attr/TextSizeInfo"
+ android:layout_height="?attr/TextSizeInfo"
+ android:layout_gravity="center_vertical"
+ android:layout_marginLeft="6sp"
+ android:layout_marginTop="2sp"
+ android:gravity="center_vertical"
+ android:src="@drawable/ic_received_indicator" />
+
+ <ImageView
android:id="@+id/security_indicator"
android:layout_width="?attr/TextSizeInfo"
android:layout_height="?attr/TextSizeInfo"
@@ -87,4 +97,4 @@
android:scaleType="fitXY"
android:src="@drawable/ic_profile" />
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>