Remove up/down animation for FAB, add list padding (#2456)

This commit is contained in:
arkon
2020-01-08 21:33:10 -05:00
committed by GitHub
parent 6025b44e5b
commit e411f54236
6 changed files with 9 additions and 91 deletions

View File

@@ -6,12 +6,13 @@
android:layout_height="match_parent">
<androidx.recyclerview.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" />
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"

View File

@@ -28,6 +28,8 @@
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:paddingBottom="@dimen/fab_list_padding"
android:clipToPadding="false"
android:descendantFocusability="blocksDescendants"
tools:listitem="@layout/chapters_item">