mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 05:55:05 +01:00
fb529f52d3
Removing some of the unused, removing the prefixes on some strings Cleaning up some of the unused resoures and dialogs
21 lines
623 B
XML
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> |