|
|
@ -10,32 +10,36 @@ |
|
|
|
app:showAsAction="always" |
|
|
|
app:showAsAction="always" |
|
|
|
tools:ignore="AlwaysShowAction" /> |
|
|
|
tools:ignore="AlwaysShowAction" /> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<group android:id="@+id/menu_groups"> |
|
|
|
android:id="@+id/menu_group_all" |
|
|
|
|
|
|
|
android:title="@string/all" |
|
|
|
|
|
|
|
android:checkable="true" |
|
|
|
|
|
|
|
android:checked="true" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_group_local" |
|
|
|
android:id="@+id/menu_group_all" |
|
|
|
android:title="@string/local" |
|
|
|
android:title="@string/all" |
|
|
|
android:checkable="true" |
|
|
|
android:checkable="true" |
|
|
|
android:checked="true" |
|
|
|
android:checked="true" |
|
|
|
app:showAsAction="never" /> |
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_group_audio" |
|
|
|
android:id="@+id/menu_group_local" |
|
|
|
android:title="@string/audio" |
|
|
|
android:title="@string/local" |
|
|
|
android:checkable="true" |
|
|
|
android:checkable="true" |
|
|
|
android:checked="true" |
|
|
|
android:checked="false" |
|
|
|
app:showAsAction="never" /> |
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_group_none" |
|
|
|
android:id="@+id/menu_group_audio" |
|
|
|
android:title="@string/no_group" |
|
|
|
android:title="@string/audio" |
|
|
|
android:checkable="true" |
|
|
|
android:checkable="true" |
|
|
|
android:checked="true" |
|
|
|
android:checked="false" |
|
|
|
app:showAsAction="never" /> |
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/menu_group_none" |
|
|
|
|
|
|
|
android:title="@string/no_group" |
|
|
|
|
|
|
|
android:checkable="true" |
|
|
|
|
|
|
|
android:checked="false" |
|
|
|
|
|
|
|
app:showAsAction="never" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</group> |
|
|
|
|
|
|
|
|
|
|
|
</menu> |
|
|
|
</menu> |