diff options
| author | Fil <fil.bergamo@riseup.net> | 2017-08-25 17:24:07 +0200 |
|---|---|---|
| committer | Fil <fil.bergamo@riseup.net> | 2017-08-25 17:24:07 +0200 |
| commit | 9775f8d93d2c49a9844ca4dcbf11433e09419df1 (patch) | |
| tree | 586461727ae778de6d97bd911b7c9f33bd9a9f82 /app/res/xml/debug_settings.xml | |
| parent | 5b71fe514e7650b392a01cc2c4398a68062b32cb (diff) | |
| download | packages_apps_repwifi-9775f8d93d2c49a9844ca4dcbf11433e09419df1.tar.gz packages_apps_repwifi-9775f8d93d2c49a9844ca4dcbf11433e09419df1.tar.bz2 packages_apps_repwifi-9775f8d93d2c49a9844ca4dcbf11433e09419df1.zip | |
new version 0.5 - add various features
This commit introduces a whole new version, v0.5.
Various new features were added, along with a massive graphical restyling.
Diffstat (limited to 'app/res/xml/debug_settings.xml')
| -rw-r--r-- | app/res/xml/debug_settings.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/res/xml/debug_settings.xml b/app/res/xml/debug_settings.xml new file mode 100644 index 0000000..8aa09f4 --- /dev/null +++ b/app/res/xml/debug_settings.xml @@ -0,0 +1,18 @@ +<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="Log priority" + android:divider="@drawable/divider_shape" /> + + <Preference android:title="Reset back-end engine" + android:key="pref_kill_backend" + android:summary="@string/summary_kill_backend" + android:background="@drawable/button_bg" + android:textColor="@color/ThemeLight" /> + +</PreferenceScreen>
\ No newline at end of file |
