Skip to content

Commit f9e3c5c

Browse files
committed
fix: apply system insets to floating action button
1 parent beeebe4 commit f9e3c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/fragment_checklist.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
android:layout_height="wrap_content"
102102
android:layout_gravity="bottom|end"
103103
android:layout_margin="@dimen/activity_margin"
104-
android:src="@drawable/ic_plus_vector" />
104+
android:src="@drawable/ic_plus_vector"
105+
app:applyWindowInsets="true" />
105106

106107
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 commit comments

Comments
 (0)