aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/xml/debug_settings.xml
blob: f7be0f0abf784e7b441d3b317a5f1e523e1dcfeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <ListPreference
        android:id="@+id/pref_debug_prio"
        android:defaultValue="3"
        android:entries="@array/debug_priority_names"
        android:entryValues="@array/debug_priority"
        android:key="debug_priority"
        android:title="@string/title_log_prio"
        android:divider="@drawable/divider_shape" />
    
    <Preference android:title="@string/title_dump_logs"
                android:key="pref_dump_log"
                android:background="@drawable/button_bg"
                android:textColor="@color/ThemeLight"/>
    
    <Preference android:title="@string/title_reset_backend"
                android:key="pref_kill_backend"
                android:summary="@string/summary_kill_backend"
                android:background="@drawable/button_bg"
                android:textColor="@color/ThemeLight" />
    
</PreferenceScreen>