diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-06-24 17:48:55 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-06-24 17:48:55 -0700 |
commit | 87a29fb6bb39453f491933cb60e4ac8766ad2f0b (patch) | |
tree | a15f1b6b6db28cc20a89ec7c5027ef1faf7d1d68 /app/src/main/res/layout | |
parent | d2c62f46539b0502676990106044d95496ec7e1d (diff) | |
download | dsub-87a29fb6bb39453f491933cb60e4ac8766ad2f0b.tar.gz dsub-87a29fb6bb39453f491933cb60e4ac8766ad2f0b.tar.bz2 dsub-87a29fb6bb39453f491933cb60e4ac8766ad2f0b.zip |
Remove divider from fragment since shadow takes care of it already
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/abstract_recycler_fragment.xml | 5 |
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" |