Make ContactSelectorFragment reusable

This commit is contained in:
Torsten Grote
2016-10-13 10:04:00 -03:00
parent d25f4d1fbe
commit bd1f3fc2bd
11 changed files with 55 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_contacts_selected"
android:icon="@drawable/ic_check_white"
android:title="@string/contacts_selected"
app:showAsAction="always"/>
</menu>