mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Fix non-hiding bottom bar when not enough stickers.
This commit is contained in:
@@ -6,5 +6,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:paddingStart="4dp"
|
android:paddingStart="4dp"
|
||||||
android:paddingEnd="4dp"
|
android:paddingEnd="4dp"
|
||||||
|
android:paddingBottom="56dp"
|
||||||
|
android:clipToPadding="false"
|
||||||
android:scrollIndicators="top|bottom"
|
android:scrollIndicators="top|bottom"
|
||||||
tools:ignore="UnusedAttribute" />
|
tools:ignore="UnusedAttribute" />
|
||||||
|
|||||||
Reference in New Issue
Block a user