diff options
Diffstat (limited to 'res/layout/message_sent.xml')
-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> |