Merge branch 'subtitles' of https://github.com/karyogamy/NewPipe into sub
This commit is contained in:
commit
b57d4b3048
9 changed files with 551 additions and 73 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue