We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdd389 commit fbb34e9Copy full SHA for fbb34e9
1 file changed
app/src/main/res/layout/sleep_timer_sheet.xml
@@ -60,14 +60,14 @@
60
android:id="@+id/time_input_layout"
61
android:layout_width="match_parent"
62
android:layout_height="wrap_content"
63
+ android:layout_marginHorizontal="10dp"
64
+ android:layout_marginVertical="10dp"
65
android:hint="@string/time_in_minutes">
66
67
<com.google.android.material.textfield.TextInputEditText
68
android:id="@+id/time_input"
69
70
- android:layout_marginHorizontal="10dp"
- android:layout_marginVertical="10dp"
71
android:inputType="number"
72
android:text="30"
73
tools:ignore="HardcodedText" />
0 commit comments