mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Add Constraint between button
Remove style assertion which remove button define style Fix some accessibility issues
This commit is contained in:
parent
8103d99b5d
commit
026ab51e49
1 changed files with 1 additions and 2 deletions
|
@ -67,9 +67,8 @@
|
|||
android:layout_marginEnd="28dp"
|
||||
android:autofillHints="cip13"
|
||||
android:ems="10"
|
||||
android:hint="@string/enter_cip_13"
|
||||
android:inputType="number"
|
||||
android:labelFor="@id/editcip13"
|
||||
android:labelFor="@id/startcip13"
|
||||
android:minHeight="48dp"
|
||||
android:textAlignment="textStart"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
Loading…
Reference in a new issue