2017-01-23 16:44:38 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-06-26 10:27:44 -07:00
|
|
|
<TextView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/text"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="@dimen/message_bubble_horizontal_padding"
|
|
|
|
android:paddingRight="@dimen/message_bubble_horizontal_padding"
|
|
|
|
android:paddingTop="24dp"
|
|
|
|
android:paddingBottom="21dp"
|
|
|
|
android:gravity="center"
|
|
|
|
style="@style/Signal.Text.Caption"
|
|
|
|
android:textColor="?conversation_item_update_text_color"
|
|
|
|
android:textAllCaps="true"
|
|
|
|
tools:text="March 1, 2015" />
|