Files
lineageos_updater/res/menu/menu_toolbar.xml
Joey af9b4adbe0 Updater: show settings in a proper preferences dialog
Menu is not a good place to store preferences that have long strings

Change-Id: I84e782af33b2452c15998f7266c57d681dc8a377
Signed-off-by: Joey <joey@lineageos.org>
2018-04-08 18:21:57 +02:00

18 lines
631 B
XML

<?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/menu_refresh"
android:icon="@drawable/ic_menu_refresh"
android:title="@string/menu_refresh"
app:showAsAction="ifRoom" />
<item
android:id="@+id/menu_preferences"
android:title="@string/menu_preferences"
app:showAsAction="never" />
<item
android:id="@+id/menu_show_changelog"
android:title="@string/menu_show_changelog"
app:showAsAction="never" />
</menu>