mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 03:39:18 +01:00
fb529f52d3
Removing some of the unused, removing the prefixes on some strings Cleaning up some of the unused resoures and dialogs
8 lines
293 B
XML
8 lines
293 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:id="@+id/move_to_top"
|
|
android:title="@string/move_to_top" />
|
|
|
|
<item android:id="@+id/move_to_bottom"
|
|
android:title="@string/move_to_bottom" />
|
|
</menu> |