Merge branch 'subtitles' of https://github.com/karyogamy/NewPipe into sub

This commit is contained in:
Christian Schabesberger 2018-02-14 20:59:40 +01:00
commit b57d4b3048
9 changed files with 551 additions and 73 deletions

View file

@ -21,4 +21,12 @@
android:key="@string/show_hold_to_append_key"
android:title="@string/show_hold_to_append_title"
android:summary="@string/show_hold_to_append_summary"/>
<ListPreference
android:defaultValue="@string/caption_size_default"
android:entries="@array/caption_size_descriptions_list"
android:entryValues="@array/caption_size_values_list"
android:key="@string/caption_size_key"
android:summary="%s"
android:title="@string/caption_font_size_settings_title"/>
</PreferenceScreen>