mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-03 21:57:44 +00:00
17 lines
663 B
XML
17 lines
663 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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" />
|