| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This reverts commit fd00d2d93b9889e57a937f0b5631b82d83770621.
Change-Id: I1d1d6688c817a4964c2d97980d4d70275bf8715f
|
|
|
|
|
|
| |
Allow themers to manually tint the checkmark in SetupWizard.
Change-Id: I32f2264eadc13b7ebc98721551f0b5b4a955c26f
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make a subclass for each enrolling screen that setup wizard uses, and
in override the corresponding get*Intent methods to always use the
setup wizard versions of the next screens.
On minor change made to the original flow is that it will now return
RESULT_OK if it is finished, as opposed to RESULT_CANCELED.
Bug: 21695577
Change-Id: Id666826e8027272ede6a5426967d66fb291670a4
|
|
Also adds sliding animations between the steps.
Bug: 20495507
Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526
|