Files
loongoffice/android/experimental/LOAndroid3/res/menu/main.xml
Tomaž Vajngerl b69f5a1857 LOAndroid3: Add a side drawer to show available parts (by name)
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
2014-08-10 23:00:45 +02:00

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>