mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +00:00
8 lines
307 B
XML
8 lines
307 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
<CheckBoxPreference
|
||
|
android:key="foo"
|
||
|
android:title="Check me!"
|
||
|
android:summary="Check me if you can!"
|
||
|
android:defaultValue="true" />
|
||
|
</PreferenceScreen>
|