From c8db3c240d7755340f082a8b84698a95d5142c4c Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 24 Jun 2015 17:46:43 -0700 Subject: Chane dividerColor to reference colorPrimary --- app/src/main/res/layout/abstract_list_fragment.xml | 2 +- app/src/main/res/layout/abstract_recycler_fragment.xml | 2 +- app/src/main/res/layout/download_playlist.xml | 2 +- app/src/main/res/layout/home.xml | 2 +- app/src/main/res/layout/select_album.xml | 2 +- app/src/main/res/layout/select_album_header.xml | 2 +- app/src/main/res/layout/select_artist_header.xml | 2 +- app/src/main/res/layout/user_header.xml | 2 +- app/src/main/res/values/colors.xml | 2 -- 9 files changed, 8 insertions(+), 10 deletions(-) (limited to 'app') diff --git a/app/src/main/res/layout/abstract_list_fragment.xml b/app/src/main/res/layout/abstract_list_fragment.xml index 618a7341..0404350c 100644 --- a/app/src/main/res/layout/abstract_list_fragment.xml +++ b/app/src/main/res/layout/abstract_list_fragment.xml @@ -13,7 +13,7 @@ + android:background="?attr/colorPrimary"/> + android:background="?attr/colorPrimary"/> + android:background="?attr/colorPrimary"/> + android:background="?attr/colorPrimary"/> + android:background="?attr/colorPrimary"/> diff --git a/app/src/main/res/layout/select_album_header.xml b/app/src/main/res/layout/select_album_header.xml index 6d5795e6..5b2294f0 100644 --- a/app/src/main/res/layout/select_album_header.xml +++ b/app/src/main/res/layout/select_album_header.xml @@ -157,7 +157,7 @@ diff --git a/app/src/main/res/layout/select_artist_header.xml b/app/src/main/res/layout/select_artist_header.xml index 47e42694..9ec94ff1 100644 --- a/app/src/main/res/layout/select_artist_header.xml +++ b/app/src/main/res/layout/select_artist_header.xml @@ -48,5 +48,5 @@ + android:background="?attr/colorPrimary"/> \ No newline at end of file diff --git a/app/src/main/res/layout/user_header.xml b/app/src/main/res/layout/user_header.xml index 04f5285d..c8186372 100644 --- a/app/src/main/res/layout/user_header.xml +++ b/app/src/main/res/layout/user_header.xml @@ -58,7 +58,7 @@ diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index d3f9bcb2..e35d0311 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,11 +1,9 @@ - #FF33B5E5 #FFFFFF #434343 #000000 #80000000 - #ff0099cc #ff33b5e5 #ffffbb33 -- cgit v1.2.3