2020-01-04 11:28:43 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item android:id="@+id/action_search_manually"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:title="@string/search_manually"
|
2020-01-04 11:28:43 +01:00
|
|
|
android:visible="false" />
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_skip"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:title="@string/dont_migrate"
|
2020-01-04 11:28:43 +01:00
|
|
|
android:visible="true"/>
|
|
|
|
|
|
|
|
<item android:id="@+id/action_migrate_now"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:title="@string/migrate_now"
|
2020-01-04 11:28:43 +01:00
|
|
|
android:visible="false" />
|
|
|
|
|
|
|
|
<item android:id="@+id/action_copy_now"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:title="@string/copy_now"
|
2020-01-04 11:28:43 +01:00
|
|
|
android:visible="false" />
|
|
|
|
</menu>
|