From 3b084fcc02acfaf321ea2737f44bb908cba32cc9 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Mon, 13 Apr 2015 16:55:39 +0200 Subject: [PATCH] import framework colors and always tint image buttons --- res/values-v21/theme.xml | 45 +++++++++++-------- res/values/theme.xml | 4 ++ .../android/vanilla/PlaybackService.java | 3 -- .../android/vanilla/VanillaImageButton.java | 16 +++---- 4 files changed, 37 insertions(+), 31 deletions(-) diff --git a/res/values-v21/theme.xml b/res/values-v21/theme.xml index 2706f307..5fa336ec 100644 --- a/res/values-v21/theme.xml +++ b/res/values-v21/theme.xml @@ -1,37 +1,44 @@ + + + #ffeeeeee + #bdbdbd + #ffa3a3a3 + #ff757575 + #ff212121 + #ffd6d7d7 + - #ffd6d7d7 + @color/button_material_light #ffefefef #f000 - #ffd6d7d7 + @color/button_material_light #607D8B #455A64 #455A64 - #ff212121 + + + @color/vanillaPrimary + @color/material_grey_600 @color/overlay_background_color diff --git a/res/values/theme.xml b/res/values/theme.xml index 466868bb..0349d25e 100644 --- a/res/values/theme.xml +++ b/res/values/theme.xml @@ -34,6 +34,10 @@ THE SOFTWARE. #ff404040 #88000000 + + @android:color/holo_blue_dark + #fff5f5f5 +