Skip to content

Commit 208644f

Browse files
committed
Adjust padding of various views
1 parent 0a6d7c6 commit 208644f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:background="@color/dividerColor" />
1515

1616
<androidx.core.widget.NestedScrollView
17+
android:id="@+id/time_scroll_view"
1718
android:layout_width="match_parent"
1819
android:layout_height="match_parent"
1920
android:clipChildren="false">
@@ -30,7 +31,7 @@
3031
android:layout_width="match_parent"
3132
android:layout_height="0dp"
3233
android:layout_gravity="center_horizontal"
33-
android:layout_marginVertical="@dimen/toolbar_padding"
34+
android:layout_marginVertical="100dp"
3435
android:layout_weight="1">
3536

3637
<ImageView

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
android:layout_width="wrap_content"
100100
android:layout_height="wrap_content"
101101
android:layout_gravity="center"
102-
android:layout_marginVertical="25dp"
102+
android:layout_marginVertical="100dp"
103103
android:clipChildren="false"
104104
android:clipToPadding="false">
105105

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
android:layout_width="wrap_content"
118118
android:layout_height="wrap_content"
119119
android:layout_gravity="center_horizontal"
120-
android:layout_marginVertical="36dp">
120+
android:layout_marginVertical="100dp">
121121

122122
<app.simple.positional.decorations.views.PhysicalRotationImageView
123123
android:id="@+id/dial"

0 commit comments

Comments
 (0)