Find suitable anchor view for SnackBar

This will fix the SnackBar position if BottomNav or FAB is visible.

Fix #5163
Fix #5135
This commit is contained in:
RikkaW
2022-01-06 19:30:13 +08:00
committed by John Wu
parent 42804d5314
commit 1df2a04713
7 changed files with 25 additions and 3 deletions
@@ -34,7 +34,7 @@
android:textAppearance="@style/AppearanceFoundation.Caption"
android:textSize="10sp"
android:paddingTop="@dimen/internal_action_bar_size"
android:paddingBottom="120dp"
android:paddingBottom="128dp"
app:layout_fitsSystemWindowsInsets="top|bottom"
tools:text="@tools:sample/lorem/random" />