summaryrefslogtreecommitdiff
path: root/android/source/res/menu/navigation_menu.xml
blob: 21f686016045f4f60a4afdcc5a79ea74f8c7d5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <group
        android:checkableBehavior="single"
        android:id="@+id/group_providers">

        <!--Items will be added programmatically in LibreOfficeUIActivity.java-->

    </group>

    <group android:orderInCategory="100">
        <item android:id="@+id/menu_storage_preferences"
            android:title="@string/storage_provider_settings"
            android:icon="@drawable/ic_settings_black_24dp"/>
    </group>
</menu>