add support for content language and content country

This commit is contained in:
Christian Schabesberger 2018-10-05 16:19:21 +02:00
parent a98e745116
commit 52bf5690c0
57 changed files with 95 additions and 94 deletions

View file

@ -10,15 +10,13 @@
android:summary="%s"
android:title="@string/default_content_country_title"/>
<!-- TODO: add support for this within code
<ListPreference
android:defaultValue="@string/default_language_value"
android:entries="@array/language_names"
android:entryValues="@array/language_codes"
android:key="@string/search_language_key"
android:key="@string/content_language_key"
android:summary="%s"
android:title="@string/search_language_title"/>
-->
android:title="@string/content_language_title"/>
<SwitchPreference
android:defaultValue="false"