Fixes #10. Fixes #68.

This commit is contained in:
Amine
2017-09-10 12:59:51 +02:00
parent 12356a35fa
commit 54b2ac7f24
14 changed files with 82 additions and 42 deletions

View File

@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:defaultValue="false"
android:key="should_log_everything"
android:summaryOff="@string/login_everything_off"
android:summaryOn="@string/login_everything_on"
android:title="@string/login_everything_title" />
<SwitchPreference
android:defaultValue="false"
android:key="loging_debug"