summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
blob: c387014f84b8360e44ab7d5bfdd995eb649f69b9 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
    <PreferenceCategory android:title="@string/other_pref">
        <Preference android:title="@string/version_pref"/>
        <Preference android:title="@string/about_pref"/>
    </PreferenceCategory>
    

</PreferenceScreen>