aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/attrs.xml
Commit message (Collapse)AuthorAgeFilesLines
* fixed crash on api < 21 due to drawable using attrsAdithya Abraham Philip2015-08-061-2/+3
|
* Make tab text and indicator themeableThialfihar2015-07-211-0/+3
|
* Make CardView background themeableThialfihar2015-07-211-0/+1
| | | | However, CardViews displaying QR codes keep a fixed white background.
* Make bright toolbar themeableThialfihar2015-07-211-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 themeableThialfihar2015-07-211-0/+1
|
* Make cardview header divider themeableThialfihar2015-07-211-0/+1
|
* Make log background themeableThialfihar2015-07-211-0/+1
|
* Make FAB colors themeableThialfihar2015-07-211-0/+2
|
* Make button row background themeableThialfihar2015-07-211-0/+1
|
* Make header text and tertiary text color themeableThialfihar2015-07-211-0/+2
|
* Start moving colors into themesThialfihar2015-07-211-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.