Android UI customizations

This commit is contained in:
Thomas Perl 2014-11-22 16:19:53 +01:00
parent c7fd930219
commit 9610c51c30
18 changed files with 260 additions and 48 deletions

View file

@ -36,8 +36,17 @@ var colors = {
playback: '#729fcf', /* playback blue */
destructive: '#cf424f', /* destructive actions */
page: '#dddddd',
toolbar: '#d0d0d0',
toolbarText: '#333333',
toolbarDisabled: '#666666',
inverted: {
toolbar: '#815c86',
toolbarText: '#ffffff',
toolbarDisabled: '#aaffffff',
},
page: '#dddddd',
dialog: '#dddddd',
dialogBackground: '#aa000000',
text: '#333333', /* text color */