up
This commit is contained in:
parent
6340e3b5b8
commit
a9a53330cc
|
@ -41,9 +41,10 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:layout_marginTop="116dp"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
|
@ -52,12 +53,15 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="150dp"
|
||||
android:layout_marginStart="25dp"
|
||||
android:textStyle="bold"
|
||||
android:text="TO :" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/destAddress"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="25dp"
|
||||
android:layout_marginTop="15dp" />
|
||||
|
||||
|
||||
|
@ -66,6 +70,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="50dp"
|
||||
android:layout_marginStart="25dp"
|
||||
android:textStyle="bold"
|
||||
android:text="AMOUNT :" />
|
||||
|
||||
|
||||
|
@ -73,6 +79,7 @@
|
|||
android:id="@+id/amountApprove"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="25dp"
|
||||
android:layout_marginTop="15dp" />
|
||||
|
||||
<RelativeLayout
|
||||
|
|
Loading…
Reference in a new issue