aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-24 17:48:55 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-24 17:48:55 -0700
commit87a29fb6bb39453f491933cb60e4ac8766ad2f0b (patch)
treea15f1b6b6db28cc20a89ec7c5027ef1faf7d1d68
parentd2c62f46539b0502676990106044d95496ec7e1d (diff)
downloaddsub-87a29fb6bb39453f491933cb60e4ac8766ad2f0b.tar.gz
dsub-87a29fb6bb39453f491933cb60e4ac8766ad2f0b.tar.bz2
dsub-87a29fb6bb39453f491933cb60e4ac8766ad2f0b.zip
Remove divider from fragment since shadow takes care of it already
-rw-r--r--app/src/main/res/layout/abstract_recycler_fragment.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/layout/abstract_recycler_fragment.xml b/app/src/main/res/layout/abstract_recycler_fragment.xml
index 9a64fbce..47141450 100644
--- a/app/src/main/res/layout/abstract_recycler_fragment.xml
+++ b/app/src/main/res/layout/abstract_recycler_fragment.xml
@@ -10,11 +10,6 @@
android:layout_height="fill_parent"
android:orientation="vertical" >
- <View
- android:layout_width="fill_parent"
- android:layout_height="1px"
- android:background="?attr/colorPrimary"/>
-
<android.support.v7.widget.RecyclerView
android:id="@+id/fragment_recycler"
android:layout_width="fill_parent"