summaryrefslogtreecommitdiffstats
path: root/res/color
Commit message (Collapse)AuthorAgeFilesLines
* Settings: Expose backgroundTint from Single Button PanelNicholas Chum2015-12-291-0/+20
| | | | | | | | | | This exposes the hardcoded backgroundTint call to ?android:attr/colorAccent, and allow the themer to completely replace the color. Credits go to @Morningstar for locating the file! Change-Id: I7d76177fad123173131aecf0d19554825af303a0
* Settings: Expose Fingerprint Enrollment Checkmark Tint to an XMLNicholas Chum2015-12-291-0/+20
| | | | | | | | | | | This patch is a different approach to getting the tint changed. Changed from being a value into colors.xml to an XML file in res/colors instead to combat XML inflation issues. Tested on latest nightly, decompiled and recompiled. Stock theme and Dark Material runs fine with the new values themed. Change-Id: I1373d3d36555b44ad63515b4385d5f935a5a882f
* Add back increasing ring feature (2/3).Danny Baumann2015-10-291-0/+20
| | | | Change-Id: Iafc79a57651db327a100e0f1723b62f442b638be
* [Fingerprint] Use accent color for fingerprint highlightMaurice Lam2015-07-141-0/+20
| | | | | | | | | | Set the fingerprint activated color, while registering a new fingerprint to be 50% alpha of the accent color. This allows the color to be changed with the theme, so that it will be highlighted blue during setup wizard. Bug: 21695577 Change-Id: Iee68506a4fbb8e8996bdb52694992ac460ae943d
* Finish storage wizard theming.Jeff Sharkey2015-06-162-0/+44
| | | | | | | | | | | | Storage wizard screens now have updated assets from UX, and various assets are tinted consistently. We're using our own navigation bar and wholesale replacing the layout from upstream. Fix text colors in night mode. Tell SystemUI when we're finished with the wizard flow. Bug: 21830731 Change-Id: Ic8d09cc152bfb4dcc6089b5c61d28cbdd4be3ee9
* Clean up usage of theme colors, deprecated Resources.getColor* methodsAlan Viverette2015-03-182-0/+38
Change-Id: I34e11e0773c9f8e00e3eab422781094e19a16d3d