mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-02 22:45:17 +00:00
0449647cf9
You can now use the search bar on the conversation list to find conversations, messages, and contacts.
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> |