2015-07-14 21:31:03 +00:00
|
|
|
<?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"
|
2016-12-17 23:52:27 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2015-07-14 21:31:03 +00:00
|
|
|
|
2015-10-19 18:23:12 +00:00
|
|
|
<org.thoughtcrime.securesms.components.ContactFilterToolbar
|
2015-07-14 21:31:03 +00:00
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:minHeight="?attr/actionBarSize"
|
|
|
|
android:background="?attr/colorPrimary"
|
2017-01-07 19:02:18 +00:00
|
|
|
android:theme="?attr/actionBarStyle"
|
|
|
|
app:contentInsetStartWithNavigation="0dp"/>
|
2015-07-14 21:31:03 +00:00
|
|
|
|
2015-10-19 18:23:12 +00:00
|
|
|
<fragment android:id="@+id/contact_selection_list_fragment"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:name="org.thoughtcrime.securesms.ContactSelectionListFragment" />
|
2015-07-14 21:31:03 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|