Android: Add "Choose Cover Image" to game list menu

This commit is contained in:
Connor McLaughlin
2021-03-21 02:44:14 +10:00
parent f68836206b
commit 4ab283a2ae
7 changed files with 109 additions and 8 deletions

View File

@ -10,4 +10,7 @@
<item
android:id="@+id/game_list_entry_menu_properties"
android:title="@string/menu_game_list_entry_game_properties" />
<item
android:id="@+id/game_list_entry_menu_choose_cover_image"
android:title="@string/menu_game_list_entry_choose_cover_image" />
</menu>

View File

@ -311,4 +311,5 @@
<string name="memory_card_editor_import_card_read_failed">Failed to read \'%s\'.</string>
<string name="memory_card_editor_import_card_failed">Failed to import card \'%s\'. It may not be a supported format.</string>
<string name="memory_card_editor_import_card_success">Imported card \'%s\'.</string>
<string name="menu_game_list_entry_choose_cover_image">Choose Cover Image</string>
</resources>