mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
11 lines
363 B
XML
11 lines
363 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item
|
|
android:id="@+id/actionbar_select_all"
|
|
android:icon="@android:drawable/checkbox_off_background"
|
|
android:orderInCategory="1"
|
|
android:showAsAction="always"
|
|
android:title="actionbar_select_all"/>
|
|
|
|
|
|
</menu>
|