diff options
author | Alan Viverette <alanv@google.com> | 2014-05-02 21:28:37 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-02 21:28:37 +0000 |
commit | e85aef92d151440f5acfe8f0eac837f92a8e5ccc (patch) | |
tree | ace1aa4b236f4b73906e6e4af64af8e359e11047 /core | |
parent | f589f2a190887f0ca70fc022371952d921ced0d4 (diff) | |
parent | 713813f2796b89b6e7ad74589ddfe6c1cc5eb2cb (diff) | |
download | frameworks_base-e85aef92d151440f5acfe8f0eac837f92a8e5ccc.zip frameworks_base-e85aef92d151440f5acfe8f0eac837f92a8e5ccc.tar.gz frameworks_base-e85aef92d151440f5acfe8f0eac837f92a8e5ccc.tar.bz2 |
Merge "Theme colors for legacy, Holo"
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/colors.xml | 88 | ||||
-rw-r--r-- | core/res/res/values/colors_holo.xml | 123 | ||||
-rw-r--r-- | core/res/res/values/colors_legacy.xml | 45 | ||||
-rw-r--r-- | core/res/res/values/colors_quantum.xml | 4 | ||||
-rw-r--r-- | core/res/res/values/public.xml | 4 | ||||
-rw-r--r-- | core/res/res/values/styles_quantum.xml | 18 | ||||
-rw-r--r-- | core/res/res/values/themes.xml | 32 | ||||
-rw-r--r-- | core/res/res/values/themes_quantum.xml | 3 |
8 files changed, 204 insertions, 113 deletions
diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index 441fd94..761170d 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -71,11 +71,7 @@ <drawable name="editbox_dropdown_dark_frame">@drawable/editbox_dropdown_background_dark</drawable> <drawable name="editbox_dropdown_light_frame">@drawable/editbox_dropdown_background</drawable> - <drawable name="dialog_holo_dark_frame">@drawable/dialog_full_holo_dark</drawable> - <drawable name="dialog_holo_light_frame">@drawable/dialog_full_holo_light</drawable> - <drawable name="input_method_fullscreen_background">#fff9f9f9</drawable> - <drawable name="input_method_fullscreen_background_holo">@drawable/screen_background_holo_dark</drawable> <color name="input_method_navigation_guard">#ff000000</color> <!-- For date picker widget --> @@ -122,76 +118,8 @@ <!-- FaceLock --> <color name="facelock_spotlight_mask">#CC000000</color> - <!-- For holo theme --> - <drawable name="screen_background_holo_light">#fff3f3f3</drawable> - <drawable name="screen_background_holo_dark">#ff000000</drawable> - <color name="background_holo_dark">#ff000000</color> - <color name="background_holo_light">#fff3f3f3</color> - <color name="bright_foreground_holo_dark">@android:color/background_holo_light</color> - <color name="bright_foreground_holo_light">@android:color/background_holo_dark</color> - <color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color> - <color name="bright_foreground_disabled_holo_light">#ffb2b2b2</color> - <color name="bright_foreground_inverse_holo_dark">@android:color/bright_foreground_holo_light</color> - <color name="bright_foreground_inverse_holo_light">@android:color/bright_foreground_holo_dark</color> - <color name="dim_foreground_holo_dark">#bebebe</color> - <color name="dim_foreground_disabled_holo_dark">#80bebebe</color> - <color name="dim_foreground_inverse_holo_dark">#323232</color> - <color name="dim_foreground_inverse_disabled_holo_dark">#80323232</color> - <color name="hint_foreground_holo_dark">#808080</color> - <color name="dim_foreground_holo_light">#323232</color> - <color name="dim_foreground_disabled_holo_light">#80323232</color> - <color name="dim_foreground_inverse_holo_light">#bebebe</color> - <color name="dim_foreground_inverse_disabled_holo_light">#80bebebe</color> - <color name="hint_foreground_holo_light">#808080</color> - <color name="highlighted_text_holo_dark">#6633b5e5</color> - <color name="highlighted_text_holo_light">#6633b5e5</color> - <color name="link_text_holo_dark">#5c5cff</color> - <color name="link_text_holo_light">#0000ee</color> - <color name="micro_text_light">#434343</color> - <!-- Group buttons --> - <eat-comment /> - <color name="group_button_dialog_pressed_holo_dark">#46c5c1ff</color> - <color name="group_button_dialog_focused_holo_dark">#2699cc00</color> - - <color name="group_button_dialog_pressed_holo_light">#ffffffff</color> - <color name="group_button_dialog_focused_holo_light">#4699cc00</color> - - <!-- Highlight colors for the legacy themes --> - <eat-comment /> - <color name="legacy_pressed_highlight">#fffeaa0c</color> - <color name="legacy_selected_highlight">#fff17a0a</color> - <color name="legacy_long_pressed_highlight">#ffffffff</color> - - <!-- General purpose colors for Holo-themed elements --> - <eat-comment /> - - <!-- A light Holo shade of blue --> - <color name="holo_blue_light">#ff33b5e5</color> - <!-- A light Holo shade of gray --> - <color name="holo_gray_light">#33999999</color> - <!-- A light Holo shade of green --> - <color name="holo_green_light">#ff99cc00</color> - <!-- A light Holo shade of red --> - <color name="holo_red_light">#ffff4444</color> - <!-- A dark Holo shade of blue --> - <color name="holo_blue_dark">#ff0099cc</color> - <!-- A dark Holo shade of green --> - <color name="holo_green_dark">#ff669900</color> - <!-- A dark Holo shade of red --> - <color name="holo_red_dark">#ffcc0000</color> - <!-- A Holo shade of purple --> - <color name="holo_purple">#ffaa66cc</color> - <!-- A light Holo shade of orange --> - <color name="holo_orange_light">#ffffbb33</color> - <!-- A dark Holo shade of orange --> - <color name="holo_orange_dark">#ffff8800</color> - <!-- A really bright Holo shade of blue --> - <color name="holo_blue_bright">#ff00ddff</color> - <!-- A really bright Holo shade of gray --> - <color name="holo_gray_bright">#33CCCCCC</color> - <drawable name="notification_template_icon_bg">#3333B5E5</drawable> <drawable name="notification_template_icon_low_bg">#0cffffff</drawable> @@ -206,21 +134,5 @@ <color name="accessibility_focus_highlight">#80ffff00</color> - <!-- New TimePicker colors --> - <color name="timepicker_default_background_holo_light">@android:color/white</color> - <color name="timepicker_default_background_holo_dark">#ff303030</color> - - <color name="timepicker_default_text_color_holo_light">#8c8c8c</color> - <color name="timepicker_default_text_color_holo_dark">@android:color/white</color> - - <color name="timepicker_default_disabled_color_holo_light">#7f000000</color> - <color name="timepicker_default_disabled_color_holo_dark">#7f08c8c8</color> - - <color name="timepicker_default_ampm_selected_background_color_holo_light">@android:color/holo_blue_light</color> - <color name="timepicker_default_ampm_selected_background_color_holo_dark">@android:color/holo_blue_light</color> - - <color name="timepicker_default_ampm_unselected_background_color_holo_light">@android:color/white</color> - <color name="timepicker_default_ampm_unselected_background_color_holo_dark">@android:color/transparent</color> - </resources> diff --git a/core/res/res/values/colors_holo.xml b/core/res/res/values/colors_holo.xml new file mode 100644 index 0000000..d1f4e38 --- /dev/null +++ b/core/res/res/values/colors_holo.xml @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- Colors specific to Holo themes. --> +<resources> + + <drawable name="dialog_holo_dark_frame">@drawable/dialog_full_holo_dark</drawable> + <drawable name="dialog_holo_light_frame">@drawable/dialog_full_holo_light</drawable> + <drawable name="input_method_fullscreen_background_holo">@drawable/screen_background_holo_dark</drawable> + + <drawable name="screen_background_holo_light">#fff3f3f3</drawable> + <drawable name="screen_background_holo_dark">#ff000000</drawable> + + <color name="background_holo_dark">#ff000000</color> + <color name="background_holo_light">#fff3f3f3</color> + <color name="bright_foreground_holo_dark">@color/background_holo_light</color> + <color name="bright_foreground_holo_light">@color/background_holo_dark</color> + <color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color> + <color name="bright_foreground_disabled_holo_light">#ffb2b2b2</color> + <color name="bright_foreground_inverse_holo_dark">@color/bright_foreground_holo_light</color> + <color name="bright_foreground_inverse_holo_light">@color/bright_foreground_holo_dark</color> + <color name="dim_foreground_holo_dark">#bebebe</color> + <color name="dim_foreground_disabled_holo_dark">#80bebebe</color> + <color name="dim_foreground_inverse_holo_dark">#323232</color> + <color name="dim_foreground_inverse_disabled_holo_dark">#80323232</color> + <color name="hint_foreground_holo_dark">#808080</color> + <color name="dim_foreground_holo_light">#323232</color> + <color name="dim_foreground_disabled_holo_light">#80323232</color> + <color name="dim_foreground_inverse_holo_light">#bebebe</color> + <color name="dim_foreground_inverse_disabled_holo_light">#80bebebe</color> + <color name="hint_foreground_holo_light">#808080</color> + <color name="highlighted_text_holo_dark">#6633b5e5</color> + <color name="highlighted_text_holo_light">#6633b5e5</color> + <color name="link_text_holo_dark">#5c5cff</color> + <color name="link_text_holo_light">#0000ee</color> + + <!-- General purpose colors for Holo-themed elements --> + <eat-comment /> + + <!-- A light Holo shade of blue --> + <color name="holo_blue_light">#ff33b5e5</color> + <!-- A light Holo shade of gray --> + <color name="holo_gray_light">#33999999</color> + <!-- A light Holo shade of green --> + <color name="holo_green_light">#ff99cc00</color> + <!-- A light Holo shade of red --> + <color name="holo_red_light">#ffff4444</color> + <!-- A dark Holo shade of blue --> + <color name="holo_blue_dark">#ff0099cc</color> + <!-- A dark Holo shade of green --> + <color name="holo_green_dark">#ff669900</color> + <!-- A dark Holo shade of red --> + <color name="holo_red_dark">#ffcc0000</color> + <!-- A Holo shade of purple --> + <color name="holo_purple">#ffaa66cc</color> + <!-- A light Holo shade of orange --> + <color name="holo_orange_light">#ffffbb33</color> + <!-- A dark Holo shade of orange --> + <color name="holo_orange_dark">#ffff8800</color> + <!-- A really bright Holo shade of blue --> + <color name="holo_blue_bright">#ff00ddff</color> + <!-- A really bright Holo shade of gray --> + <color name="holo_gray_bright">#33CCCCCC</color> + + <!-- Forward compatibility for Quantum-style theme colors --> + <eat-comment /> + + <color name="holo_primary_dark">#ff000000</color> + <color name="holo_primary">#ffe6e6e6</color> + <color name="holo_primary_light">#ffffffff</color> + <color name="holo_control_activated">@color/holo_blue_light</color> + <color name="holo_control_normal">#39cccccc</color> + <color name="holo_button_pressed">#59f0f0f0</color> + <color name="holo_button_normal">#bd292f34</color> + + <color name="holo_light_primary_dark">#ff000000</color> + <color name="holo_light_primary">#ffe6e6e6</color> + <color name="holo_light_primary_light">#ffffffff</color> + <color name="holo_light_control_activated">@color/holo_control_activated</color> + <color name="holo_light_control_normal">#dacccccc</color> + <color name="holo_light_button_pressed">#66666666</color> + <color name="holo_light_button_normal">#b3cccccc</color> + + <!-- Group buttons --> + <eat-comment /> + + <color name="group_button_dialog_pressed_holo_dark">#46c5c1ff</color> + <color name="group_button_dialog_focused_holo_dark">#2699cc00</color> + + <color name="group_button_dialog_pressed_holo_light">#ffffffff</color> + <color name="group_button_dialog_focused_holo_light">#4699cc00</color> + + <!-- Time picker --> + <eat-comment /> + + <color name="timepicker_default_background_holo_light">@color/white</color> + <color name="timepicker_default_background_holo_dark">#ff303030</color> + + <color name="timepicker_default_text_color_holo_light">#8c8c8c</color> + <color name="timepicker_default_text_color_holo_dark">@color/white</color> + + <color name="timepicker_default_disabled_color_holo_light">#7f000000</color> + <color name="timepicker_default_disabled_color_holo_dark">#7f08c8c8</color> + + <color name="timepicker_default_ampm_selected_background_color_holo_light">@color/holo_blue_light</color> + <color name="timepicker_default_ampm_selected_background_color_holo_dark">@color/holo_blue_light</color> + + <color name="timepicker_default_ampm_unselected_background_color_holo_light">@color/white</color> + <color name="timepicker_default_ampm_unselected_background_color_holo_dark">@color/transparent</color> +</resources> diff --git a/core/res/res/values/colors_legacy.xml b/core/res/res/values/colors_legacy.xml new file mode 100644 index 0000000..48d4b42 --- /dev/null +++ b/core/res/res/values/colors_legacy.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- Colors specific to pre-Holo themes. --> +<resources> + + <!-- Highlight colors for the legacy themes --> + <eat-comment /> + + <color name="legacy_pressed_highlight">#fffeaa0c</color> + <color name="legacy_selected_highlight">#fff17a0a</color> + <color name="legacy_long_pressed_highlight">#ffffffff</color> + + <!-- Forward compatibility for Quantum-style theme colors --> + <eat-comment /> + + <color name="legacy_primary_dark">#ff000000</color> + <color name="legacy_primary">#ffe6e6e6</color> + <color name="legacy_primary_light">#ffffffff</color> + <color name="legacy_control_activated">#ff90df25</color> + <color name="legacy_control_normal">#99ffffff</color> + <color name="legacy_button_pressed">#fffea50b</color> + <color name="legacy_button_normal">#f3dbdbdb</color> + + <color name="legacy_light_primary_dark">@color/legacy_primary_dark</color> + <color name="legacy_light_primary">@color/legacy_primary</color> + <color name="legacy_light_primary_light">@color/legacy_primary_light</color> + <color name="legacy_light_control_activated">@color/legacy_control_activated</color> + <color name="legacy_light_control_normal">#99000000</color> + <color name="legacy_light_button_pressed">@color/legacy_button_pressed</color> + <color name="legacy_light_button_normal">@color/legacy_button_normal</color> +</resources> diff --git a/core/res/res/values/colors_quantum.xml b/core/res/res/values/colors_quantum.xml index f8f192f..7171450 100644 --- a/core/res/res/values/colors_quantum.xml +++ b/core/res/res/values/colors_quantum.xml @@ -14,6 +14,7 @@ limitations under the License. --> +<!-- Colors specific to Quantum themes. --> <resources> <color name="background_quantum_dark">@color/black</color> <color name="background_quantum_light">@color/white</color> @@ -40,6 +41,7 @@ <color name="highlighted_text_quantum_light">#660097a7</color> <!-- Primary & accent colors --> + <eat-comment /> <color name="quantum_red_100">#fff4c7c3</color> <color name="quantum_red_300">#ffe67c73</color> @@ -98,6 +100,7 @@ <color name="quantum_deep_orange_A400">#ffff1744</color> <!-- Neutral colors --> + <eat-comment /> <color name="quantum_grey_50">#fffafafa</color> <color name="quantum_grey_100">#fff5f5f5</color> @@ -117,6 +120,7 @@ <color name="quantum_brown_700">#ff5d4037</color> <!-- Text & foreground colors --> + <eat-comment /> <color name="primary_text_default_quantum_light">#de000000</color> <color name="secondary_text_quantum_light">#8a000000</color> diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 22c2b05..ec73b9f 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2285,8 +2285,6 @@ <public type="style" name="Widget.Quantum.Button.Inset" /> <public type="style" name="Widget.Quantum.Button.Small" /> <public type="style" name="Widget.Quantum.Button.Toggle" /> - <public type="style" name="Widget.Quantum.Button.Paper" /> - <public type="style" name="Widget.Quantum.Button.Paper.Color" /> <public type="style" name="Widget.Quantum.ButtonBar" /> <public type="style" name="Widget.Quantum.ButtonBar.AlertDialog" /> <public type="style" name="Widget.Quantum.CalendarView" /> @@ -2347,8 +2345,6 @@ <public type="style" name="Widget.Quantum.Light.Button.Inset" /> <public type="style" name="Widget.Quantum.Light.Button.Small" /> <public type="style" name="Widget.Quantum.Light.Button.Toggle" /> - <public type="style" name="Widget.Quantum.Light.Button.Paper" /> - <public type="style" name="Widget.Quantum.Light.Button.Paper.Color" /> <public type="style" name="Widget.Quantum.Light.ButtonBar" /> <public type="style" name="Widget.Quantum.Light.ButtonBar.AlertDialog" /> <public type="style" name="Widget.Quantum.Light.CalendarView" /> diff --git a/core/res/res/values/styles_quantum.xml b/core/res/res/values/styles_quantum.xml index 23172c1..7679420 100644 --- a/core/res/res/values/styles_quantum.xml +++ b/core/res/res/values/styles_quantum.xml @@ -372,16 +372,6 @@ please see styles_device_defaults.xml. <item name="minWidth">48dip</item> </style> - <!-- Bordered paper button --> - <style name="Widget.Quantum.Button.Paper"> - <!-- TODO: Specify pressed state animation. --> - </style> - - <!-- Bordered paper button with color --> - <style name="Widget.Quantum.Button.Paper.Color"> - <item name="background">@drawable/btn_color_quantum</item> - </style> - <!-- Borderless ink button --> <style name="Widget.Quantum.Button.Borderless"> <item name="background">@drawable/btn_borderless_quantum</item> @@ -393,11 +383,6 @@ please see styles_device_defaults.xml. <item name="minWidth">48dip</item> </style> - <!-- Borderless paper button --> - <style name="Widget.Quantum.Button.Borderless.Paper"> - <!-- TODO: Specify pressed state animation. --> - </style> - <style name="Widget.Quantum.Button.Inset"> <item name="background">@drawable/button_inset</item> </style> @@ -784,11 +769,8 @@ please see styles_device_defaults.xml. <style name="Widget.Quantum.Light" parent="Widget.Quantum"/> <style name="Widget.Quantum.Light.Button" parent="Widget.Quantum.Button"/> <style name="Widget.Quantum.Light.Button.Small" parent="Widget.Quantum.Button.Small"/> - <style name="Widget.Quantum.Light.Button.Paper" parent="Widget.Quantum.Button.Paper"/> - <style name="Widget.Quantum.Light.Button.Paper.Color" parent="Widget.Quantum.Button.Paper.Color"/> <style name="Widget.Quantum.Light.Button.Borderless" parent="Widget.Quantum.Button.Borderless"/> <style name="Widget.Quantum.Light.Button.Borderless.Small" parent="Widget.Quantum.Button.Borderless.Small"/> - <style name="Widget.Quantum.Light.Button.Borderless.Paper" parent="Widget.Quantum.Button.Borderless.Paper"/> <style name="Widget.Quantum.Light.Button.Inset" parent="Widget.Quantum.Button.Inset"/> <style name="Widget.Quantum.Light.Button.Toggle"> diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 7b3d5e3..6f4e7d0 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -53,6 +53,14 @@ please see themes_device_defaults.xml. <item name="colorMultiSelectHighlight">@color/legacy_selected_highlight</item> <item name="colorActivatedHighlight">@color/legacy_selected_highlight</item> + <item name="colorPrimaryDark">@color/legacy_primary_dark</item> + <item name="colorPrimary">@color/legacy_primary</item> + <item name="colorPrimaryLight">@color/legacy_primary_light</item> + <item name="colorControlActivated">@color/legacy_control_activated</item> + <item name="colorControlNormal">@color/legacy_control_normal</item> + <item name="colorButtonPressed">@color/legacy_button_pressed</item> + <item name="colorButtonNormal">@color/legacy_button_normal</item> + <item name="disabledAlpha">0.5</item> <item name="backgroundDimAmount">0.6</item> @@ -437,6 +445,14 @@ please see themes_device_defaults.xml. <item name="colorBackground">@android:color/background_light</item> <item name="colorForeground">@color/bright_foreground_light</item> <item name="colorForegroundInverse">@android:color/bright_foreground_light_inverse</item> + + <item name="colorPrimaryDark">@color/legacy_light_primary_dark</item> + <item name="colorPrimary">@color/legacy_light_primary</item> + <item name="colorPrimaryLight">@color/legacy_light_primary_light</item> + <item name="colorControlActivated">@color/legacy_light_control_activated</item> + <item name="colorControlNormal">@color/legacy_light_control_normal</item> + <item name="colorButtonPressed">@color/legacy_light_button_pressed</item> + <item name="colorButtonNormal">@color/legacy_light_button_normal</item> <item name="textColorPrimary">@android:color/primary_text_light</item> <item name="textColorSecondary">@android:color/secondary_text_light</item> @@ -937,6 +953,14 @@ please see themes_device_defaults.xml. <item name="colorMultiSelectHighlight">@color/holo_green_light</item> <item name="colorActivatedHighlight">@color/holo_blue_dark</item> + <item name="colorPrimaryDark">@color/holo_primary_dark</item> + <item name="colorPrimary">@color/holo_primary</item> + <item name="colorPrimaryLight">@color/holo_primary_light</item> + <item name="colorControlActivated">@color/holo_control_activated</item> + <item name="colorControlNormal">@color/holo_control_normal</item> + <item name="colorButtonPressed">@color/holo_button_pressed</item> + <item name="colorButtonNormal">@color/holo_button_normal</item> + <!-- Text styles --> <item name="textAppearance">@android:style/TextAppearance.Holo</item> <item name="textAppearanceInverse">@android:style/TextAppearance.Holo.Inverse</item> @@ -1268,6 +1292,14 @@ please see themes_device_defaults.xml. <item name="colorMultiSelectHighlight">@color/holo_green_light</item> <item name="colorActivatedHighlight">@color/holo_blue_dark</item> + <item name="colorPrimaryDark">@color/holo_light_primary_dark</item> + <item name="colorPrimary">@color/holo_light_primary</item> + <item name="colorPrimaryLight">@color/holo_light_primary_light</item> + <item name="colorControlActivated">@color/holo_light_control_activated</item> + <item name="colorControlNormal">@color/holo_light_control_normal</item> + <item name="colorButtonPressed">@color/holo_light_button_pressed</item> + <item name="colorButtonNormal">@color/holo_light_button_normal</item> + <!-- Text styles --> <item name="textAppearance">@android:style/TextAppearance.Holo.Light</item> <item name="textAppearanceInverse">@android:style/TextAppearance.Holo.Light.Inverse</item> diff --git a/core/res/res/values/themes_quantum.xml b/core/res/res/values/themes_quantum.xml index e3ac1ad..c0bd18b 100644 --- a/core/res/res/values/themes_quantum.xml +++ b/core/res/res/values/themes_quantum.xml @@ -717,9 +717,6 @@ please see themes_device_defaults.xml. <item name="colorControlActivated">?attr/colorPrimary</item> <item name="colorButtonNormal">@color/quantum_grey_100</item> <item name="colorButtonPressed">@color/quantum_grey_500</item> - <!-- TODO: Remove these attrs and move into button style. --> - <item name="colorButtonNormalColored">?attr/colorPrimary</item> - <item name="colorButtonPressedColored">?attr/colorPrimaryDark</item> </style> <style name="ThemeOverlay" /> |