aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/select_album_header.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-24 17:46:43 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-24 17:46:43 -0700
commitc8db3c240d7755340f082a8b84698a95d5142c4c (patch)
tree6a780658af862f76b35d03ca9a87da6ddb35c155 /app/src/main/res/layout/select_album_header.xml
parentec59370dd453c2438d194610dbba2b1435ba35f8 (diff)
downloaddsub-c8db3c240d7755340f082a8b84698a95d5142c4c.tar.gz
dsub-c8db3c240d7755340f082a8b84698a95d5142c4c.tar.bz2
dsub-c8db3c240d7755340f082a8b84698a95d5142c4c.zip
Chane dividerColor to reference colorPrimary
Diffstat (limited to 'app/src/main/res/layout/select_album_header.xml')
-rw-r--r--app/src/main/res/layout/select_album_header.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<View
android:layout_width="fill_parent"
android:layout_height="1px"
- android:background="@color/dividerColor"
+ android:background="?attr/colorPrimary"
android:layout_gravity="bottom"/>
</FrameLayout>