This commit is contained in:
GME 2019-06-14 19:14:13 +02:00
parent 6340e3b5b8
commit a9a53330cc

View file

@ -41,9 +41,10 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center" android:layout_marginTop="116dp"
android:orientation="vertical" android:orientation="vertical"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"> app:layout_constraintTop_toTopOf="parent">
@ -52,12 +53,15 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="150dp" android:layout_marginTop="150dp"
android:layout_marginStart="25dp"
android:textStyle="bold"
android:text="TO :" /> android:text="TO :" />
<TextView <TextView
android:id="@+id/destAddress" android:id="@+id/destAddress"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="25dp"
android:layout_marginTop="15dp" /> android:layout_marginTop="15dp" />
@ -66,6 +70,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="50dp" android:layout_marginTop="50dp"
android:layout_marginStart="25dp"
android:textStyle="bold"
android:text="AMOUNT :" /> android:text="AMOUNT :" />
@ -73,7 +79,8 @@
android:id="@+id/amountApprove" android:id="@+id/amountApprove"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="15dp"/> android:layout_marginStart="25dp"
android:layout_marginTop="15dp" />
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"