Files
arcanechat-android/res/layout/conversation_item_last_seen.xml
T
B. Petersen f2085ee2c2 style
2019-06-08 00:53:42 +02:00

29 lines
993 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="13dp"
android:paddingBottom="13dp"
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: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="3 unread messages" />
</LinearLayout>