mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add ability to style subtitles (#177)
Adds settings for styling text subtitles such as srt/subrip ## Issues Closes #11
This commit is contained in:
parent
762e8f287d
commit
5720603447
14 changed files with 529 additions and 11 deletions
|
|
@ -47,6 +47,17 @@
|
|||
<string name="update_available">Update available</string>
|
||||
<string name="update_url_summary">URL used to check for app updates</string>
|
||||
<string name="update_url">Update URL</string>
|
||||
<string name="font_size">Font size</string>
|
||||
<string name="font_color">Font color</string>
|
||||
<string name="font_opacity">Font opacity</string>
|
||||
<string name="edge_style">Edge style</string>
|
||||
<string name="edge_color">Edge color</string>
|
||||
<string name="background_opacity">Background opacity</string>
|
||||
<string name="background_style">Background style</string>
|
||||
<string name="subtitle_style">Subtitle style</string>
|
||||
<string name="background_color">Background color</string>
|
||||
<string name="reset">Reset</string>
|
||||
<string name="bold_font">Bold font</string>
|
||||
|
||||
<string-array name="theme_song_volume">
|
||||
<item>Disabled</item>
|
||||
|
|
@ -90,4 +101,29 @@
|
|||
<item>During end credits/outro</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="font_colors">
|
||||
<item>White</item>
|
||||
<item>Black</item>
|
||||
<item>Light Gray</item>
|
||||
<item>Dark Gray</item>
|
||||
<item>Red</item>
|
||||
<item>Yellow</item>
|
||||
<item>Green</item>
|
||||
<item>Cyan</item>
|
||||
<item>Blue</item>
|
||||
<item>Magenta</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="subtitle_edge">
|
||||
<item>None</item>
|
||||
<item>Outline</item>
|
||||
<item>Shadow</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="background_style">
|
||||
<item>None</item>
|
||||
<item>Wrap</item>
|
||||
<item>Boxed</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue