1
0
Fork 0

For #11430 - Gives enough padding to the tab tray give adequate space for the fab

master
Jeff Boek 2020-06-24 17:23:44 -07:00 committed by Emily Kager
parent fe023e1a74
commit 2c39d3ebca
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
android:id="@+id/tabsTray"
android:layout_width="0dp"
android:layout_height="0dp"
android:paddingBottom="80dp"
android:paddingBottom="140dp"
android:clipToPadding="false"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"