Merge pull request #7212 from Bnyro/master

fix: label of sleep timer input field overlapping
This commit is contained in:
Bnyro 2025-03-16 16:15:49 +01:00 committed by GitHub
commit 92fde00281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,14 +60,14 @@
android:id="@+id/time_input_layout" android:id="@+id/time_input_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="10dp"
android:layout_marginVertical="10dp"
android:hint="@string/time_in_minutes"> android:hint="@string/time_in_minutes">
<com.google.android.material.textfield.TextInputEditText <com.google.android.material.textfield.TextInputEditText
android:id="@+id/time_input" android:id="@+id/time_input"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="10dp"
android:layout_marginVertical="10dp"
android:inputType="number" android:inputType="number"
android:text="30" android:text="30"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />