Add settings for device theme (dark & black)
fix bugs related to isLightThemeSelected not handling device themes such as license having dark background when it should be white
This commit is contained in:
parent
4fac3cf304
commit
a713ce2126
5 changed files with 89 additions and 18 deletions
|
|
@ -82,6 +82,8 @@
|
|||
<string name="light_theme_title">Light</string>
|
||||
<string name="dark_theme_title">Dark</string>
|
||||
<string name="black_theme_title">Black</string>
|
||||
<string name="device_dark_theme_title">Device theme (Dark)</string>
|
||||
<string name="device_black_theme_title">Device theme (Black)</string>
|
||||
<string name="popup_remember_size_pos_title">Remember popup properties</string>
|
||||
<string name="popup_remember_size_pos_summary">Remember last size and position of popup</string>
|
||||
<string name="use_inexact_seek_title">Use fast inexact seek</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue