forked from amazingfate/loongoffice
Use DrawerLayer to show a side drawer with parts of the loaded document. The dawer consists of an image (could be changed by a thumbnail in the future) and the part name. Change-Id: I27fb6112d9f11e19f3295ace97103b89816591aa
14 lines
494 B
XML
14 lines
494 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="org.libreoffice.MainActivity">
|
|
|
|
<item android:id="@+id/action_settings"
|
|
android:title="@string/action_settings"
|
|
android:orderInCategory="100" />
|
|
|
|
<item android:id="@+id/action_list"
|
|
android:title="@string/action_list"
|
|
android:orderInCategory="100" />
|
|
</menu>
|