|
|
@ -3,49 +3,6 @@ |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:tools="http://schemas.android.com/tools"> |
|
|
|
xmlns:tools="http://schemas.android.com/tools"> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_select_action" |
|
|
|
|
|
|
|
android:icon="@drawable/ic_select_all" |
|
|
|
|
|
|
|
android:title="@string/select_action" |
|
|
|
|
|
|
|
app:showAsAction="always" |
|
|
|
|
|
|
|
tools:ignore="AlwaysShowAction"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menu> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_select_all" |
|
|
|
|
|
|
|
android:title="@string/select_all" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_revert_selection" |
|
|
|
|
|
|
|
android:title="@string/revert_selection" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_enable_selection" |
|
|
|
|
|
|
|
android:title="@string/enable_selection" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_disable_selection" |
|
|
|
|
|
|
|
android:title="@string/disable_selection" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_del_selection" |
|
|
|
|
|
|
|
android:title="@string/del_select" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_export_selection" |
|
|
|
|
|
|
|
android:title="@string/export_selection" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</menu> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_group" |
|
|
|
android:id="@+id/menu_group" |
|
|
|
android:icon="@drawable/ic_groups" |
|
|
|
android:icon="@drawable/ic_groups" |
|
|
|