add support for content language and content country
This commit is contained in:
parent
a98e745116
commit
52bf5690c0
57 changed files with 95 additions and 94 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue