mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
change layout of alert box
This commit is contained in:
parent
9bb5e62c48
commit
33fa352162
1 changed files with 3 additions and 8 deletions
|
@ -20,12 +20,10 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:autofillHints="@string/enter_cip_13_here"
|
||||
android:hint="@string/enter_cip_13_here"
|
||||
android:inputType="number"
|
||||
android:minHeight="48dp"
|
||||
android:padding="10dp"
|
||||
android:layout_marginTop="50dp"
|
||||
tools:ignore="RelativeOverlap" />
|
||||
|
||||
<TextView
|
||||
|
@ -34,13 +32,10 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="29dp"
|
||||
android:layout_marginTop="52dp"
|
||||
android:layout_marginEnd="39dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_toStartOf="@+id/edittext"
|
||||
android:ems="10"
|
||||
android:text="34009"
|
||||
android:textAlignment="viewEnd"
|
||||
android:textSize="24dp" />
|
||||
android:layout_marginEnd="15dp"
|
||||
android:textSize="24sp" />
|
||||
</RelativeLayout>
|
Loading…
Reference in a new issue