6.6.2 - Alpha5 - 主题色设置页面新布局支持搜索功能
This commit is contained in:
@@ -2,8 +2,16 @@
|
||||
<resources>
|
||||
|
||||
<color name="day">#DE212121</color>
|
||||
<color name="day_alpha_70">#B3212121</color>
|
||||
<color name="day_alpha_60">#9A212121</color>
|
||||
<color name="day_alpha_30">#4D212121</color>
|
||||
<color name="day_alpha_20">#33212121</color>
|
||||
<color name="day_full">@color/md_gray_900</color>
|
||||
<color name="night">#DEFBFBFB</color>
|
||||
<color name="night_alpha_70">#B3FBFBFB</color>
|
||||
<color name="night_alpha_60">#9AFBFBFB</color>
|
||||
<color name="night_alpha_30">#4DFBFBFB</color>
|
||||
<color name="night_alpha_20">#33FBFBFB</color>
|
||||
<color name="night_full">#FBFBFB</color>
|
||||
<color name="dawn">#DE252525</color>
|
||||
<color name="dawn_full">#252525</color>
|
||||
|
||||
@@ -1163,5 +1163,20 @@
|
||||
<string name="color_library_identifier_web_colors" translatable="false">WEB</string>
|
||||
<string name="color_library_identifier_custom">Custom</string>
|
||||
<string name="dialog_title_color_palette">Color palette</string>
|
||||
<string name="text_add_color_library">Add a color library</string>
|
||||
<string name="text_import_color_library">Import a color library</string>
|
||||
<string name="text_new_intelligent_color_library">New intelligent color library</string>
|
||||
<string name="text_clone_color_library">Clone a color library</string>
|
||||
<string name="color_library_intelligent_colors">Intelligent color library</string>
|
||||
<string name="color_library_title_intelligent_colors">Intelligent colors</string>
|
||||
<string name="color_library_identifier_intelligent_colors">Intell.</string>
|
||||
<string name="color_library_identifier_palette">Palette</string>
|
||||
<string name="color_library_identifier_created">Created</string>
|
||||
<string name="text_search_all_colors">Search all colors</string>
|
||||
<string name="dialog_button_open_color_palette">Palette</string>
|
||||
<string name="content_current_theme_color_configured_by_palette">Current theme color %1$s is configured by the color palette</string>
|
||||
<string name="text_failed_to_locate">Failed to locate</string>
|
||||
<string name="content_failed_to_locate_library_for_theme_color">Failed to locate the color library for the theme color</string>
|
||||
<string name="content_failed_to_determine_index_of_theme_color_item">Failed to determine the index of the theme color item</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -121,7 +121,8 @@
|
||||
</style>
|
||||
|
||||
<style name="MtAppTheme.PopupOverlay" parent="OverflowMenu">
|
||||
<item name="android:textColorPrimary">@color/day_full</item>
|
||||
<item name="android:textColor">@color/day_night_full</item>
|
||||
<item name="android:tint">@color/day_night_full</item>
|
||||
</style>
|
||||
|
||||
<style name="ConsoleTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
|
||||
Reference in New Issue
Block a user