2017-01-23 16:44:38 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-07-12 16:03:32 -07:00
|
|
|
<LinearLayout
|
2018-06-26 10:27:44 -07:00
|
|
|
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"
|
2018-07-12 16:03:32 -07:00
|
|
|
android:orientation="vertical"
|
2018-07-23 14:08:45 +02:00
|
|
|
android:paddingTop="12dp"
|
|
|
|
android:paddingBottom="13dp"
|
2019-03-20 15:52:14 -07:00
|
|
|
android:paddingStart="28dp"
|
|
|
|
android:paddingEnd="28dp">
|
2018-07-12 16:03:32 -07:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/text"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
2020-08-24 15:33:01 +10:00
|
|
|
android:textColor="?conversation_item_sticky_date_text_color"
|
2020-01-13 16:47:50 +11:00
|
|
|
android:textSize="@dimen/small_font_size"
|
2018-07-12 16:03:32 -07:00
|
|
|
tools:text="March 1, 2015" />
|
|
|
|
|
|
|
|
</LinearLayout>
|