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>