aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/abstract_recycler_fragment.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/abstract_recycler_fragment.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/abstract_recycler_fragment.xml')
-rw-r--r--app/src/main/res/layout/abstract_recycler_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/abstract_recycler_fragment.xml b/app/src/main/res/layout/abstract_recycler_fragment.xml
index 4c7dd6b8..9a64fbce 100644
--- a/app/src/main/res/layout/abstract_recycler_fragment.xml
+++ b/app/src/main/res/layout/abstract_recycler_fragment.xml
@@ -13,7 +13,7 @@
<View
android:layout_width="fill_parent"
android:layout_height="1px"
- android:background="@color/dividerColor"/>
+ android:background="?attr/colorPrimary"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/fragment_recycler"