6.6.2 - Alpha5 - 主题色设置页面新布局支持搜索功能
|
After Width: | Height: | Size: 13 KiB |
BIN
app/src/main/res/drawable/ic_color_library_cloned.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
app/src/main/res/drawable/ic_color_library_created.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
BIN
app/src/main/res/drawable/ic_color_library_imported.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/ic_color_library_intelligent.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
@@ -15,12 +15,12 @@
|
||||
|
||||
<!-- 第一个路径 -->
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M449.3,79.9C397.7,28.7,327.8,0.5,255.1,1.5C114.6,1.2,0.4,114.8,0,255.4c-0.3,140.5,113.3,254.8,253.8,255.1c29.9,0.5,56.4-19.3,64.4-48.1c5-20.5-0.4-42.3-14.5-58c-4.6-5.3-4.1-13.3,1.2-18c2.3-2,5.2-3.1,8.3-3.2h42c82,0.4,150.4-62.6,156.8-144.3C513.8,179.6,491.1,122,449.3,79.9z M356.1,332.4h-42c-35-0.2-63.5,28-63.7,63c-0.1,15.7,5.7,30.9,16.1,42.6c3.2,3.3,4.4,8.1,3.1,12.5c-1.3,5.3-7.1,8.6-15,9.2c-112.4-1.4-202.4-93.8-201-206.2c0.1-8.6,0.8-17.1,2-25.6c15-99.3,99.4-173.4,199.8-175.3h2c58.1-0.8,114.1,22,155.2,63.1c32.1,32.1,49.6,76,48.3,121.4C455.5,290.8,410.3,332,356.1,332.4z" />
|
||||
|
||||
<!-- 圆:使用路径数据来绘制圆形 -->
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M257.4,116
|
||||
m-38.2,0
|
||||
a38.2,38.2 0 1,0 76.4,0
|
||||
@@ -28,17 +28,17 @@
|
||||
|
||||
<!-- 第二个路径 -->
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M340.1,133.9c-18.3,10.5-24.5,33.9-14,52.1c10.5,18.3,33.9,24.5,52.2,14c18.2-10.5,24.5-33.9,14-52.1C381.8,129.6,358.4,123.3,340.1,133.9z" />
|
||||
|
||||
<!-- 第三个路径 -->
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M174.7,133.9c-18.3-10.5-41.6-4.2-52.1,14s-4.2,41.6,14,52.1c18.2,10.5,41.6,4.3,52.1-14C199.2,167.8,193,144.4,174.7,133.9z" />
|
||||
|
||||
<!-- 第四个路径 -->
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M108.8,237.2c-17.5,11.8-22.1,35.5-10.3,53c11.8,17.5,35.5,22.1,53,10.3c17.5-11.8,22.1-35.5,10.3-53l-0.1-0.1c-11.7-17.4-35.2-22.1-52.6-10.4" />
|
||||
|
||||
</group>
|
||||
|
||||
BIN
app/src/main/res/drawable/ic_customize.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
app/src/main/res/drawable/ic_file_download_black.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
app/src/main/res/drawable/ic_file_download_white.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
app/src/main/res/drawable/ic_file_download_white_cropped.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
app/src/main/res/drawable/ic_filter.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
app/src/main/res/drawable/ic_import_from_top.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
app/src/main/res/drawable/ic_import_from_top_thick.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
app/src/main/res/drawable/ic_regex.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
@@ -17,7 +17,7 @@
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_marginTop="1dp"
|
||||
android:src="@drawable/ic_color_library_custom" />
|
||||
android:src="@drawable/ic_color_library_created" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
|
||||
@@ -7,19 +7,41 @@
|
||||
android:id="@+id/action_color_palette"
|
||||
android:title="@string/text_color_palette"
|
||||
android:icon="@drawable/ic_color_palette_vector"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_search_color"
|
||||
android:title="@string/text_search_color"
|
||||
android:icon="@drawable/ic_search_black_48dp"
|
||||
app:showAsAction="ifRoom" />
|
||||
android:imeOptions="actionSearch"
|
||||
android:inputType="text"
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="always|collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_new_color_library"
|
||||
android:title="@string/text_new_color_library"
|
||||
android:icon="@drawable/ic_add_box_black_48dp"
|
||||
app:showAsAction="never" />
|
||||
android:id="@+id/action_add_color_library"
|
||||
android:title="@string/text_add_color_library">
|
||||
|
||||
<menu>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_new_color_library"
|
||||
android:title="@string/text_new_color_library"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_import_color_library"
|
||||
android:title="@string/text_import_color_library"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_clone_color_library"
|
||||
android:title="@string/text_clone_color_library"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_locate_current_theme_color"
|
||||
@@ -27,10 +49,17 @@
|
||||
android:icon="@drawable/ic_locate"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_toggle_color_select_layout"
|
||||
android:title="@string/text_switch_to_legacy_layout"
|
||||
android:icon="@drawable/ic_swap_horiz_black_48dp"
|
||||
app:showAsAction="never" />
|
||||
<item android:title="@string/text_more">
|
||||
|
||||
<menu>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_toggle_color_select_layout"
|
||||
android:title="@string/text_switch_to_legacy_layout"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
@@ -7,7 +7,10 @@
|
||||
android:id="@+id/action_search_color"
|
||||
android:title="@string/text_search_color"
|
||||
android:icon="@drawable/ic_search_black_48dp"
|
||||
app:showAsAction="ifRoom" />
|
||||
android:imeOptions="actionSearch"
|
||||
android:inputType="text"
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="always|collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_locate_current_theme_color"
|
||||
|
||||
@@ -923,5 +923,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -919,5 +919,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -922,5 +922,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -922,5 +922,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -922,5 +922,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -923,5 +923,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -922,5 +922,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -921,5 +921,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -921,5 +921,20 @@
|
||||
<string name="color_library_identifier_default_colors">Default</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>
|
||||
|
||||
@@ -921,5 +921,20 @@
|
||||
<string name="color_library_identifier_default_colors">默认</string>
|
||||
<string name="color_library_identifier_custom">自定义</string>
|
||||
<string name="dialog_title_color_palette">调色盘</string>
|
||||
<string name="text_add_color_library">添加颜色库</string>
|
||||
<string name="text_import_color_library">导入颜色库</string>
|
||||
<string name="text_new_intelligent_color_library">新建智能颜色库</string>
|
||||
<string name="text_clone_color_library">克隆颜色库</string>
|
||||
<string name="color_library_intelligent_colors">智能颜色库</string>
|
||||
<string name="color_library_title_intelligent_colors">智能颜色</string>
|
||||
<string name="color_library_identifier_intelligent_colors">智能</string>
|
||||
<string name="color_library_identifier_palette">调色盘</string>
|
||||
<string name="color_library_identifier_created">自建</string>
|
||||
<string name="text_search_all_colors">搜索全部颜色</string>
|
||||
<string name="dialog_button_open_color_palette">打开调色盘</string>
|
||||
<string name="content_current_theme_color_configured_by_palette">当前主题色 %1$s 由调色盘配置</string>
|
||||
<string name="text_failed_to_locate">定位失败</string>
|
||||
<string name="content_failed_to_locate_library_for_theme_color">无法定位主题色所在颜色库</string>
|
||||
<string name="content_failed_to_determine_index_of_theme_color_item">无法确定主题色条目的索引值</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -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">
|
||||
|
||||