1
0
Fork 0

finer log level controls

This commit is contained in:
sspanak 2024-02-12 17:37:29 +02:00 committed by Dimo Karaivanov
parent 81d71abe39
commit fb9ed51f52
8 changed files with 82 additions and 38 deletions

View file

@ -7,11 +7,11 @@
app:layout="@layout/pref_text"
app:title="@string/pref_category_usage_stats" />
<SwitchPreferenceCompat
app:defaultValue="false"
app:key="pref_enable_debug_logs"
app:layout="@layout/pref_switch"
app:title="Debug Logs" />
<DropDownPreference
app:iconSpaceReserved="false"
app:key="pref_log_level"
app:layout="@layout/pref_dropdown"
app:title="Log Level" />
<SwitchPreferenceCompat
app:defaultValue="false"