Option to move manga source to top
This commit is contained in:
@@ -16,11 +16,6 @@
|
||||
android:title="@string/disable_nsfw"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_locales"
|
||||
android:title="@string/languages"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_disable_all"
|
||||
android:title="@string/disable_all"
|
||||
|
||||
13
app/src/main/res/menu/popup_source_config.xml
Normal file
13
app/src/main/res/menu/popup_source_config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_lift"
|
||||
android:title="@string/to_top" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:title="@string/settings" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user