From 059ef16dc237d26861813cac3a43ba6723fd9556 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 8 Nov 2015 20:49:59 +0100 Subject: [PATCH] Fix dialog colors --- .../adapter/ChapterListAdapter.java | 4 +- .../main/res/layout-v14/directory_chooser.xml | 2 +- .../download_authentication_activity.xml | 2 +- app/src/main/res/layout/directory_chooser.xml | 2 +- .../download_authentication_activity.xml | 2 +- .../res/layout/external_player_fragment.xml | 2 +- app/src/main/res/layout/feedinfo.xml | 2 +- core/src/main/res/values-v16/styles.xml | 2 +- core/src/main/res/values/colors.xml | 6 +- core/src/main/res/values/styles.xml | 68 ++++++------------- 10 files changed, 33 insertions(+), 59 deletions(-) diff --git a/app/src/main/java/de/danoeh/antennapod/adapter/ChapterListAdapter.java b/app/src/main/java/de/danoeh/antennapod/adapter/ChapterListAdapter.java index 22c15949a..cf0532cf1 100644 --- a/app/src/main/java/de/danoeh/antennapod/adapter/ChapterListAdapter.java +++ b/app/src/main/java/de/danoeh/antennapod/adapter/ChapterListAdapter.java @@ -138,9 +138,9 @@ public class ChapterListAdapter extends ArrayAdapter { if (current != null) { if (current == sc) { holder.title.setTextColor(convertView.getResources().getColor( - R.color.bright_blue)); + R.color.holo_blue_light)); holder.start.setTextColor(convertView.getResources().getColor( - R.color.bright_blue)); + R.color.holo_blue_light)); } else { holder.title.setTextColor(defaultTextColor); holder.start.setTextColor(defaultTextColor); diff --git a/app/src/main/res/layout-v14/directory_chooser.xml b/app/src/main/res/layout-v14/directory_chooser.xml index 8f9c4ee93..14e2f6a38 100644 --- a/app/src/main/res/layout-v14/directory_chooser.xml +++ b/app/src/main/res/layout-v14/directory_chooser.xml @@ -101,7 +101,7 @@ android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/butNavUp" - android:background="@color/bright_blue" /> + android:background="@color/holo_blue_light" /> + android:background="@color/holo_blue_light" /> + android:background="@color/holo_blue_light"/> + android:background="@color/holo_blue_light"/> @dimen/text_size_medium - @color/bright_blue + @color/holo_blue_light 2 end sans-serif-light diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml index 566032da8..72897ed07 100644 --- a/core/src/main/res/values/colors.xml +++ b/core/src/main/res/values/colors.xml @@ -6,7 +6,8 @@ #757575 #bfbfbf #000000 - #33B5E5 + #33B5E5 + #0099CC #858585 #DDDDDD #669900 @@ -26,7 +27,6 @@ #FFFFFF - #009EC8 - \ No newline at end of file + diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 5d1eac12d..b9ee70dbf 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -1,10 +1,11 @@ - - - - - - - - - - + + + +