Fix non-hiding bottom bar when not enough stickers.

This commit is contained in:
Cody Henthorne 2021-06-03 14:02:21 -04:00
parent f96eac96f9
commit c202f97088

View file

@ -6,5 +6,7 @@
android:layout_height="match_parent"
android:paddingStart="4dp"
android:paddingEnd="4dp"
android:paddingBottom="56dp"
android:clipToPadding="false"
android:scrollIndicators="top|bottom"
tools:ignore="UnusedAttribute" />