We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beeebe4 commit f9e3c5cCopy full SHA for f9e3c5c
app/src/main/res/layout/fragment_checklist.xml
@@ -101,6 +101,7 @@
101
android:layout_height="wrap_content"
102
android:layout_gravity="bottom|end"
103
android:layout_margin="@dimen/activity_margin"
104
- android:src="@drawable/ic_plus_vector" />
+ android:src="@drawable/ic_plus_vector"
105
+ app:applyWindowInsets="true" />
106
107
</androidx.coordinatorlayout.widget.CoordinatorLayout>
0 commit comments