android: add a (not working yet) basedir option

This commit is contained in:
Bohdan Shulyar
2025-02-26 17:58:33 +02:00
committed by a1batross
parent 4f7a216191
commit ac412fc15e

View File

@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
app:key="game_path"
app:layout="@layout/edit_text_preference"
app:title="@string/game_data_location"
android:summary="/storage/emulated/0/xash" />
<SwitchPreferenceCompat
app:key="use_icons"
app:layout="@layout/switch_preference"