Fix: Fixed the settings from not displaying the background correctly.

This commit is contained in:
HeCodes2Much
2024-11-23 15:48:08 +00:00
parent c7fa9a08d1
commit 709fac138c
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
android:id="@+id/nestScrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:fadingEdgeLength="48dp"

View File

@@ -8,7 +8,7 @@
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
android:id="@+id/nestScrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:fadingEdgeLength="48dp"

View File

@@ -9,7 +9,7 @@
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
android:id="@+id/nestScrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:fadingEdgeLength="48dp"

View File

@@ -9,7 +9,7 @@
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
android:id="@+id/nestScrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:fadingEdgeLength="48dp"

View File

@@ -15,7 +15,7 @@
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
android:id="@+id/nestScrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:fadingEdgeLength="48dp"