impofed performance and made similar video button hidable

This commit is contained in:
Christian Schabesberger 2015-11-08 21:17:51 +01:00
parent 4a938b81df
commit 33e332f105
5 changed files with 71 additions and 31 deletions

View file

@ -48,13 +48,15 @@
<CheckBoxPreference
android:key="@string/showNextVideo"
android:title="@string/showNextVideoTitle"
android:title="@string/showNextAndSimilarTitle"
android:defaultValue="true" />
<!-- This function is not yet available
<ListPreference
android:key="@string/contentCountry"
android:title="@string/contentCountryTitle"
android:entries="@array/countryNames"
android:entryValues="@array/countryCodes"
android:defaultValue="" /> <!-- default will include no country code in URL-->
android:defaultValue="" /> <!- default will include no country code in URL-->
-->
</PreferenceScreen>