mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
d280604f1f
For #5965 // FREEBIE
23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:layout_gravity="center"
|
|
android:layout_height="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:orientation="vertical"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<org.thoughtcrime.securesms.components.ContactFilterToolbar
|
|
android:id="@+id/toolbar"
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:layout_width="match_parent"
|
|
android:minHeight="?attr/actionBarSize"
|
|
android:background="?attr/colorPrimary"
|
|
android:theme="?attr/actionBarStyle"
|
|
app:contentInsetStartWithNavigation="0dp"/>
|
|
|
|
<fragment android:id="@+id/contact_selection_list_fragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:name="org.thoughtcrime.securesms.ContactSelectionListFragment" />
|
|
|
|
</LinearLayout> |