make sure the recyclerview fastscroller is properly below the breadcrumbs

This commit is contained in:
tibbi
2017-11-19 17:54:21 +01:00
parent 05e253fcd7
commit d2dcc5417f
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
android:id="@+id/items_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/breadcrumbs"
android:layout_below="@+id/breadcrumbs"
android:clipToPadding="false"
android:paddingLeft="@dimen/activity_margin"
android:scrollbars="none"
@ -38,6 +38,7 @@
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_below="@+id/breadcrumbs"
android:paddingLeft="@dimen/normal_margin"
android:paddingStart="@dimen/normal_margin">