aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/xml/settings.xml
blob: f53f00f359de39e1b7b590159b6202a02df9ccb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
    
    <ListPreference
        android:key="debug_priority"
        android:title="Log priority"
        android:id="@+id/pref_debug_prio"
        android:entries="@array/debug_priority_names"
        android:entryValues="@array/debug_priority"
        android:defaultValue="3" />

    
</PreferenceScreen>