|
@@ -6,12 +6,13 @@
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/recycler"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:id="@+id/recycler"
|
|
|
android:choiceMode="multipleChoice"
|
|
|
- tools:listitem="@layout/categories_item"
|
|
|
- />
|
|
|
+ android:paddingBottom="@dimen/fab_list_padding"
|
|
|
+ android:clipToPadding="false"
|
|
|
+ tools:listitem="@layout/categories_item" />
|
|
|
|
|
|
<android.support.design.widget.FloatingActionButton
|
|
|
android:id="@+id/fab"
|
|
@@ -26,4 +27,4 @@
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
-</FrameLayout>
|
|
|
+</FrameLayout>
|