diff options
author | Michael <betheg@bitcloner.org> | 2014-09-20 15:49:25 +0200 |
---|---|---|
committer | Michael <betheg@bitcloner.org> | 2014-09-20 15:49:25 +0200 |
commit | a86a09ab5b81f39c4d56c37af65e630539e85ffe (patch) | |
tree | 621ce6fcb0086b967d5aa8ecf3de27bacb3dc967 /res/layout/message_sent.xml | |
parent | 295bfb7f1de98649d8a7dd5f77745e50bfc25f56 (diff) |
indicates received messages with a tick.
Diffstat (limited to '')
-rw-r--r-- | res/layout/message_sent.xml | 12 |
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> |