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"
|
|
|
|
app:showAsAction="never"
|
|
|
|
android:title="@string/downloads" />
|
2017-02-15 15:21:36 +01:00
|
|
|
|
|
|
|
<item android:id="@+id/action_settings"
|
|
|
|
app:showAsAction="never"
|
|
|
|
android:title="@string/settings"/>
|
|
|
|
|
2016-08-02 15:06:02 +02:00
|
|
|
</menu>
|