Added reading article log.

This commit is contained in:
Amine
2017-08-29 22:49:20 +02:00
parent 286dda7f80
commit b39d510e07
7 changed files with 53 additions and 22 deletions

View File

@@ -7,4 +7,12 @@
android:summaryOff="@string/login_debug_off"
android:summaryOn="@string/login_debug_on"
android:title="@string/login_debug_title" />
<SwitchPreference
android:defaultValue="false"
android:key="read_debug"
android:summaryOff="@string/read_debug_off"
android:summaryOn="@string/read_debug_on"
android:title="@string/read_debug_title" />
</PreferenceScreen>