mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
android: add a (not working yet) basedir option
This commit is contained in:
committed by
a1batross
parent
4f7a216191
commit
ac412fc15e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user