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 26e8d89 commit 0a90cceCopy full SHA for 0a90cce
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>
gradle/libs.versions.toml
@@ -13,7 +13,7 @@ androidx-documentfile = "1.1.0"
13
#Room
14
room = "2.8.2"
15
#Fossify
16
-commons = "5.5.0"
+commons = "5.7.0"
17
#Gradle
18
gradlePlugins-agp = "8.11.1"
19
#build
0 commit comments