Files
arcanechat-android/res/layout/conversation_item_header.xml
T
2018-12-06 20:25:51 +01:00

30 lines
1022 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
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"
android:gravity="center"
android:orientation="vertical"
android:paddingTop="16dp"
android:paddingBottom="10dp"
android:paddingLeft="28dp"
android:paddingRight="28dp">
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
style="@style/Delta.Text.UpdateHeader"
android:textStyle="bold"
android:textColor="?conversation_item_update_text_color"
android:background="@drawable/conversation_item_update_background"
android:paddingLeft="10dp"
android:paddingTop="3dp"
android:paddingRight="10dp"
android:paddingBottom="3dp"
tools:text="March 1, 2015" />
</LinearLayout>