Skip to content

Commit dec6766

Browse files
Refactor: Cleaned up the settings panel size
1 parent c68ce68 commit dec6766

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<LinearLayout
2222
android:layout_width="match_parent"
2323
android:layout_height="wrap_content"
24-
android:layout_marginTop="142dp"
24+
android:layout_marginVertical="52dp"
2525
android:gravity="center_horizontal"
2626
android:orientation="vertical"
2727
android:padding="24dp">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<androidx.appcompat.widget.LinearLayoutCompat
2323
android:layout_width="match_parent"
2424
android:layout_height="wrap_content"
25-
android:layout_marginTop="42dp"
25+
android:layout_marginVertical="52dp"
2626
android:gravity="center_horizontal"
2727
android:orientation="vertical">
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<androidx.appcompat.widget.LinearLayoutCompat
2323
android:layout_width="match_parent"
2424
android:layout_height="wrap_content"
25-
android:layout_marginTop="42dp"
25+
android:layout_marginVertical="52dp"
2626
android:gravity="center_horizontal"
2727
android:orientation="vertical">
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:layout_width="match_parent"
2929
android:layout_height="wrap_content"
3030
android:layout_marginHorizontal="10dp"
31-
android:layout_marginVertical="32dp"
31+
android:layout_marginVertical="52dp"
3232
android:orientation="vertical"
3333
tools:ignore="MissingConstraints">
3434

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
android:layout_width="match_parent"
4444
android:layout_height="wrap_content"
4545
android:layout_marginHorizontal="16dp"
46-
android:layout_marginVertical="5dp"
46+
android:layout_marginVertical="10dp"
4747
android:background="@drawable/widget_background"
4848
android:orientation="vertical"
4949
android:visibility="gone">
@@ -231,7 +231,7 @@
231231
android:layout_width="match_parent"
232232
android:layout_height="wrap_content"
233233
android:layout_marginHorizontal="16dp"
234-
android:layout_marginVertical="5dp"
234+
android:layout_marginVertical="10dp"
235235
android:background="@drawable/widget_background"
236236
android:orientation="vertical"
237237
android:visibility="gone">

0 commit comments

Comments
 (0)