Skip to content

Commit fbb34e9

Browse files
committed
fix: label of sleep timer input field overlapping
1 parent 6fdd389 commit fbb34e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
android:id="@+id/time_input_layout"
6161
android:layout_width="match_parent"
6262
android:layout_height="wrap_content"
63+
android:layout_marginHorizontal="10dp"
64+
android:layout_marginVertical="10dp"
6365
android:hint="@string/time_in_minutes">
6466

6567
<com.google.android.material.textfield.TextInputEditText
6668
android:id="@+id/time_input"
6769
android:layout_width="match_parent"
6870
android:layout_height="wrap_content"
69-
android:layout_marginHorizontal="10dp"
70-
android:layout_marginVertical="10dp"
7171
android:inputType="number"
7272
android:text="30"
7373
tools:ignore="HardcodedText" />

0 commit comments

Comments
 (0)