13 lines
386 B
XML
13 lines
386 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:title="@string/preferences">
|
||
|
|
||
|
<CheckBoxPreference
|
||
|
android:defaultValue="false"
|
||
|
android:key="audio_Enabled"
|
||
|
android:summary="@string/audioEnabled_summary"
|
||
|
android:title="@string/audioEnabled_title" />
|
||
|
|
||
|
|
||
|
</PreferenceScreen>
|