mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
git-subtree-dir: android git-subtree-mainline:b9f4f1eba4git-subtree-split:add509bf9e
8 lines
348 B
XML
8 lines
348 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<SwitchPreferenceCompat
|
|
app:key="use_icons"
|
|
app:layout="@layout/switch_preference"
|
|
app:title="@string/preferences_use_icons" />
|
|
</PreferenceScreen> |