added content setting to disable comments
This commit is contained in:
parent
93d12e5bf0
commit
7c4158230a
4 changed files with 14 additions and 7 deletions
|
|
@ -43,6 +43,12 @@
|
|||
android:title="@string/download_thumbnail_title"
|
||||
android:summary="@string/download_thumbnail_summary"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="@string/show_comments_key"
|
||||
android:title="@string/show_comments_title"
|
||||
android:summary="@string/show_comments_summary"/>
|
||||
|
||||
<Preference
|
||||
android:summary="@string/import_data_summary"
|
||||
android:key="@string/import_data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue