tachiyomi/app/src/main/res/menu/migration_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

21 lines
623 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/action_search_manually"
android:title="@string/search_manually"
android:visible="false" />
<item
android:id="@+id/action_skip"
android:title="@string/dont_migrate"
android:visible="true"/>
<item android:id="@+id/action_migrate_now"
android:title="@string/migrate_now"
android:visible="false" />
<item android:id="@+id/action_copy_now"
android:title="@string/copy_now"
android:visible="false" />
</menu>