Fix fragment dividers in notes list view

This commit is contained in:
Stefan Niedermann 2016-01-20 22:30:58 +01:00
parent 9ae5f08991
commit f50cf446fd
3 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,8 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/list_view"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/fg_default_high">
</android.support.v7.widget.RecyclerView>
</android.support.v4.widget.SwipeRefreshLayout>

View file

@ -4,6 +4,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="1px"
android:background="@drawable/list_item_background_selector"
android:padding="16dp">

View file

@ -4,6 +4,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="1px"
android:background="@color/bg_highlighted"
android:padding="8dp">