2017-02-14 06:35:47 +00: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 20:55:44 +00:00
|
|
|
android:paddingTop="5dp"
|
|
|
|
android:paddingBottom="5dp"
|
2017-02-14 06:35:47 +00:00
|
|
|
android:layout_marginBottom="5dp"
|
2017-02-21 20:37:40 +00:00
|
|
|
android:background="?conversation_item_last_seen_background">
|
2017-02-14 06:35:47 +00: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 20:55:44 +00:00
|
|
|
android:textAllCaps="true"
|
|
|
|
android:textStyle="bold"
|
2017-02-22 15:47:52 +00:00
|
|
|
android:background="?conversation_item_last_seen_text_background"
|
2017-02-14 06:35:47 +00:00
|
|
|
tools:text="3 unread messages" />
|
|
|
|
</FrameLayout>
|