tachiyomi/app/src/main/res/menu/download_single.xml
Jay fb529f52d3 Big refactoring of strings
Removing some of the unused, removing the prefixes on some strings
Cleaning up some of the unused resoures and dialogs
2020-04-08 20:32:36 -04:00

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>