2017-02-13 22:35:47 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2017-02-21 12:55:44 -08:00
|
|
|
android:paddingTop="5dp"
|
|
|
|
android:paddingBottom="5dp"
|
2017-02-13 22:35:47 -08:00
|
|
|
android:layout_marginBottom="5dp"
|
2017-02-21 12:37:40 -08:00
|
|
|
android:background="?conversation_item_last_seen_background">
|
2017-02-13 22:35:47 -08:00
|
|
|
|
|
|
|
<TextView android:id="@+id/text"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:textSize="12sp"
|
2017-02-21 12:55:44 -08:00
|
|
|
android:textAllCaps="true"
|
|
|
|
android:textStyle="bold"
|
2017-02-22 16:47:52 +01:00
|
|
|
android:background="?conversation_item_last_seen_text_background"
|
2017-02-13 22:35:47 -08:00
|
|
|
tools:text="3 unread messages" />
|
|
|
|
</FrameLayout>
|