mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-13 14:02:49 +01:00
12 lines
370 B
XML
12 lines
370 B
XML
|
<?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_select_all"
|
||
|
android:icon="@drawable/ic_select_all_white_24dp"
|
||
|
android:title="@string/action_select_all"
|
||
|
app:showAsAction="ifRoom" />
|
||
|
|
||
|
</menu>
|