Commit Graph

11 Commits

Author SHA1 Message Date
Adithya Abraham Philip
f17dabce8c fixed crash on api < 21 due to drawable using attrs 2015-08-06 02:02:11 +05:30
Thialfihar
8227db3778 Make tab text and indicator themeable 2015-07-21 20:56:42 +02:00
Thialfihar
506630552a Make CardView background themeable
However, CardViews displaying QR codes keep a fixed white background.
2015-07-21 20:56:41 +02:00
Thialfihar
1c3fbe9bbe Make bright toolbar themeable
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.
2015-07-21 20:56:41 +02:00
Thialfihar
b60842a35b Make main text color themeable 2015-07-21 20:56:39 +02:00
Thialfihar
6b8127ca94 Make cardview header divider themeable 2015-07-21 20:50:32 +02:00
Thialfihar
9f3ecf6bc0 Make log background themeable 2015-07-21 20:50:32 +02:00
Thialfihar
0f6acbd030 Make FAB colors themeable 2015-07-21 20:50:32 +02:00
Thialfihar
fe9c802bbb Make button row background themeable 2015-07-21 20:50:32 +02:00
Thialfihar
13983be799 Make header text and tertiary text color themeable 2015-07-21 20:50:32 +02:00
Thialfihar
58cb6bb4b7 Start moving colors into themes
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.
2015-07-21 20:49:08 +02:00