android: frontend: menu_settings: Remove save button.
This commit is contained in:
parent
5cf2a25e8a
commit
46a0f07924
@ -137,12 +137,6 @@ public final class SettingsActivityPresenter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean handleOptionsItem(int itemId) {
|
public boolean handleOptionsItem(int itemId) {
|
||||||
switch (itemId) {
|
|
||||||
case R.id.menu_save_exit:
|
|
||||||
mView.finish();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,11 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
|
||||||
<item
|
|
||||||
android:id="@+id/menu_save_exit"
|
|
||||||
android:title="@string/preferences_save_exit"
|
|
||||||
android:icon="@drawable/ic_quicksave"
|
|
||||||
app:showAsAction="ifRoom"/>
|
|
||||||
|
|
||||||
</menu>
|
</menu>
|
Loading…
x
Reference in New Issue
Block a user