mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
19 lines
804 B
XML
19 lines
804 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:orientation="vertical"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="?attr/contact_list_divider">
|
||
|
|
||
|
<TextView android:id="@+id/label"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:paddingStart="16dp"
|
||
|
android:paddingTop="10dp"
|
||
|
android:paddingBottom="10dp"
|
||
|
android:textSize="14sp"
|
||
|
android:textColor="@color/signal_primary_dark"
|
||
|
tools:text="Recent chats"/>
|
||
|
|
||
|
</LinearLayout>
|