mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-03 15:05:24 +00:00
13 lines
464 B
XML
13 lines
464 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"
|
||
|
style="@style/Base.TextAppearance.AppCompat.Body2"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:padding="8dp"
|
||
|
android:background="@drawable/header_search_background"
|
||
|
tools:text="Conversations">
|
||
|
|
||
|
</TextView>
|