Skip to content

Commit 709fac1

Browse files
Fix: Fixed the settings from not displaying the background correctly.
1 parent c7fa9a0 commit 709fac1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
1010
android:id="@+id/nestScrollView"
1111
android:layout_width="match_parent"
12-
android:layout_height="wrap_content"
12+
android:layout_height="match_parent"
1313
android:clipChildren="false"
1414
android:clipToPadding="false"
1515
android:fadingEdgeLength="48dp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
99
android:id="@+id/nestScrollView"
1010
android:layout_width="match_parent"
11-
android:layout_height="wrap_content"
11+
android:layout_height="match_parent"
1212
android:clipChildren="false"
1313
android:clipToPadding="false"
1414
android:fadingEdgeLength="48dp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
1010
android:id="@+id/nestScrollView"
1111
android:layout_width="match_parent"
12-
android:layout_height="wrap_content"
12+
android:layout_height="match_parent"
1313
android:clipChildren="false"
1414
android:clipToPadding="false"
1515
android:fadingEdgeLength="48dp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
1010
android:id="@+id/nestScrollView"
1111
android:layout_width="match_parent"
12-
android:layout_height="wrap_content"
12+
android:layout_height="match_parent"
1313
android:clipChildren="false"
1414
android:clipToPadding="false"
1515
android:fadingEdgeLength="48dp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<com.github.droidworksstudio.launcher.view.GestureNestedScrollView
1616
android:id="@+id/nestScrollView"
1717
android:layout_width="match_parent"
18-
android:layout_height="wrap_content"
18+
android:layout_height="match_parent"
1919
android:clipChildren="false"
2020
android:clipToPadding="false"
2121
android:fadingEdgeLength="48dp"

0 commit comments

Comments
 (0)