aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 13:57:40 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:56:41 +0200
commit1c3fbe9bbe28a9c55697fc34608c781cc095c984 (patch)
tree2adc28bf1344fc93ba8b79994a1434b3c1121f8f /OpenKeychain/src/main/res/values/attrs.xml
parent7fab9511753f2e9f330448ade4e27e1653215a39 (diff)
downloadopen-keychain-1c3fbe9bbe28a9c55697fc34608c781cc095c984.tar.gz
open-keychain-1c3fbe9bbe28a9c55697fc34608c781cc095c984.tar.bz2
open-keychain-1c3fbe9bbe28a9c55697fc34608c781cc095c984.zip
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.
Diffstat (limited to 'OpenKeychain/src/main/res/values/attrs.xml')
-rw-r--r--OpenKeychain/src/main/res/values/attrs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/attrs.xml b/OpenKeychain/src/main/res/values/attrs.xml
index 17035f4b4..7a3d2cfc6 100644
--- a/OpenKeychain/src/main/res/values/attrs.xml
+++ b/OpenKeychain/src/main/res/values/attrs.xml
@@ -12,5 +12,6 @@
<attr name="colorLogBackground" format="color" />
<attr name="colorCardViewHeaderDivider" format="color" />
<attr name="colorText" format="color" />
+ <attr name="colorBrightToolbar" format="color" />
</declare-styleable>
</resources>