2016-08-02 15:06:02 +02:00
|
|
|
<?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_show_downloads"
|
2017-04-09 19:34:00 +02:00
|
|
|
android:orderInCategory="980"
|
|
|
|
android:title="@string/downloads"
|
|
|
|
app:showAsAction="never"/>
|
2017-02-15 15:21:36 +01:00
|
|
|
|
2017-08-12 06:50:25 +02:00
|
|
|
<item android:id="@+id/action_history"
|
|
|
|
android:orderInCategory="981"
|
|
|
|
android:title="@string/action_history"
|
|
|
|
app:showAsAction="never"/>
|
|
|
|
|
2017-02-15 15:21:36 +01:00
|
|
|
<item android:id="@+id/action_settings"
|
2017-04-09 19:34:00 +02:00
|
|
|
android:orderInCategory="990"
|
|
|
|
android:title="@string/settings"
|
|
|
|
app:showAsAction="never"/>
|
2017-02-15 15:21:36 +01:00
|
|
|
|
2017-08-12 06:50:25 +02:00
|
|
|
|
2017-07-04 09:31:53 +02:00
|
|
|
<item android:id="@+id/action_about"
|
|
|
|
android:orderInCategory="1000"
|
|
|
|
android:title="@string/action_about" />
|
2017-08-12 06:50:25 +02:00
|
|
|
|
2016-08-02 15:06:02 +02:00
|
|
|
</menu>
|