Update UI
This commit is contained in:
parent
ae163f3155
commit
fdf9443006
@ -10,8 +10,11 @@
|
||||
android:id="@+id/button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Button"
|
||||
android:background="@drawable/button_themed"
|
||||
android:textAllCaps="false" />
|
||||
android:paddingTop="20dp"
|
||||
android:paddingBottom="20dp"
|
||||
android:text="Button"
|
||||
android:textAllCaps="false"
|
||||
android:textSize="20sp" />
|
||||
|
||||
</LinearLayout>
|
@ -30,10 +30,10 @@
|
||||
android:id="@+id/otpCode"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="000000"
|
||||
android:textAlignment="center"
|
||||
android:textSize="20sp"
|
||||
android:layout_weight="1" />
|
||||
android:textSize="24sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/progress"
|
||||
|
Loading…
Reference in New Issue
Block a user