Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed crash on api < 21 due to drawable using attrs | Adithya Abraham Philip | 2015-08-06 | 1 | -2/+3 |
| | |||||
* | Make tab text and indicator themeable | Thialfihar | 2015-07-21 | 1 | -0/+3 |
| | |||||
* | Make CardView background themeable | Thialfihar | 2015-07-21 | 1 | -0/+1 |
| | | | | However, CardViews displaying QR codes keep a fixed white background. | ||||
* | Make bright toolbar themeable | Thialfihar | 2015-07-21 | 1 | -0/+1 |
| | | | | | | | | | | Also remove a superfluous divider in the decrypt files fragment and the unused drawer_custom_header.xml. This changes the color of the toolbar in the light theme as well, because its brightness didn't play well with the system status bar of Android, drowning it in whiteness. Now it is still very light, but the system bar is still faintly visible above it. | ||||
* | Make main text color themeable | Thialfihar | 2015-07-21 | 1 | -0/+1 |
| | |||||
* | Make cardview header divider themeable | Thialfihar | 2015-07-21 | 1 | -0/+1 |
| | |||||
* | Make log background themeable | Thialfihar | 2015-07-21 | 1 | -0/+1 |
| | |||||
* | Make FAB colors themeable | Thialfihar | 2015-07-21 | 1 | -0/+2 |
| | |||||
* | Make button row background themeable | Thialfihar | 2015-07-21 | 1 | -0/+1 |
| | |||||
* | Make header text and tertiary text color themeable | Thialfihar | 2015-07-21 | 1 | -0/+2 |
| | |||||
* | Start moving colors into themes | Thialfihar | 2015-07-21 | 1 | -0/+8 |
Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors. |