fine no custom strings either
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
40f768ec9d
commit
8641c9b321
2 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@ class SetupFragment : Fragment() {
|
||||||
R.string.games_description,
|
R.string.games_description,
|
||||||
R.drawable.ic_add,
|
R.drawable.ic_add,
|
||||||
true,
|
true,
|
||||||
R.string.add_games_folder,
|
R.string.add_games,
|
||||||
{
|
{
|
||||||
gamesDirCallback = it
|
gamesDirCallback = it
|
||||||
getGamesDirectory.launch(Intent(Intent.ACTION_OPEN_DOCUMENT_TREE).data)
|
getGamesDirectory.launch(Intent(Intent.ACTION_OPEN_DOCUMENT_TREE).data)
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom|end"
|
android:layout_gravity="bottom|end"
|
||||||
android:contentDescription="@string/add_games_folder"
|
android:contentDescription="@string/add_games"
|
||||||
app:srcCompat="@drawable/ic_add"
|
app:srcCompat="@drawable/ic_add"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent" />
|
app:layout_constraintEnd_toEndOf="parent" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue