mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-16 18:48:34 +01:00
android: Replaced Add Applications button with generic Select button in setup
This commit is contained in:
parent
9ad314c5f7
commit
11b312e764
@ -235,9 +235,9 @@ class SetupFragment : Fragment() {
|
|||||||
R.drawable.ic_controller,
|
R.drawable.ic_controller,
|
||||||
R.string.games,
|
R.string.games,
|
||||||
R.string.games_description,
|
R.string.games_description,
|
||||||
R.drawable.ic_add,
|
0,
|
||||||
true,
|
true,
|
||||||
R.string.add_games,
|
R.string.select,
|
||||||
{
|
{
|
||||||
gamesDirCallback = it
|
gamesDirCallback = it
|
||||||
getGamesDirectory.launch(
|
getGamesDirectory.launch(
|
||||||
|
@ -70,7 +70,6 @@
|
|||||||
<string name="done">Done</string>
|
<string name="done">Done</string>
|
||||||
<string name="done_description">You\'re all set.\nEnjoy using the emulator!</string>
|
<string name="done_description">You\'re all set.\nEnjoy using the emulator!</string>
|
||||||
<string name="text_continue">Continue</string>
|
<string name="text_continue">Continue</string>
|
||||||
<string name="add_games">Add Applications</string>
|
|
||||||
<string name="notifications">Notifications</string>
|
<string name="notifications">Notifications</string>
|
||||||
<string name="notifications_description">Grant the notification permission with the button below.</string>
|
<string name="notifications_description">Grant the notification permission with the button below.</string>
|
||||||
<string name="give_permission">Grant permission</string>
|
<string name="give_permission">Grant permission</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user