2017-01-24 00:44:38 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-07-12 23:03:32 +00:00
|
|
|
<LinearLayout
|
2018-06-26 17:27:44 +00: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 23:03:32 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingTop="20dp"
|
2018-06-26 17:27:44 +00:00
|
|
|
android:paddingBottom="21dp"
|
2018-07-12 23:03:32 +00:00
|
|
|
android:paddingLeft="28dp"
|
|
|
|
android:paddingRight="28dp">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/text"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
style="@style/Signal.Text.Caption"
|
|
|
|
android:textColor="?conversation_item_update_text_color"
|
|
|
|
android:textAllCaps="true"
|
|
|
|
tools:text="March 1, 2015" />
|
|
|
|
|
|
|
|
</LinearLayout>
|