|
71 | 71 | </androidx.constraintlayout.widget.ConstraintLayout>
|
72 | 72 |
|
73 | 73 | <TextView
|
74 |
| - android:id="@+id/paymentType" |
75 |
| - android:layout_width="wrap_content" |
76 |
| - android:layout_height="wrap_content" |
77 |
| - android:ems="10" |
78 |
| - android:text="@string/payment_type" |
79 |
| - app:layout_constraintBottom_toBottomOf="parent" |
80 |
| - app:layout_constraintEnd_toEndOf="parent" |
81 |
| - app:layout_constraintStart_toStartOf="parent" |
82 |
| - app:layout_constraintTop_toTopOf="parent" |
83 |
| - app:layout_constraintVertical_bias="0.247" /> |
84 |
| - |
85 |
| - <TextView |
86 |
| - android:id="@+id/currentAmount" |
87 |
| - android:layout_width="wrap_content" |
88 |
| - android:layout_height="wrap_content" |
89 |
| - android:ems="10" |
90 |
| - android:text="@string/current_auth" |
91 |
| - app:layout_constraintStart_toStartOf="@+id/paymentType" |
92 |
| - app:layout_constraintTop_toBottomOf="@+id/paymentType" /> |
| 74 | + android:id="@+id/paymentType" |
| 75 | + android:layout_width="wrap_content" |
| 76 | + android:layout_height="wrap_content" |
| 77 | + android:ems="10" |
| 78 | + android:gravity="center_horizontal" |
| 79 | + android:text="@string/payment_type" |
| 80 | + android:textSize="24sp" |
| 81 | + android:textStyle="bold" |
| 82 | + app:layout_constraintBottom_toBottomOf="parent" |
| 83 | + app:layout_constraintEnd_toEndOf="parent" |
| 84 | + app:layout_constraintStart_toStartOf="parent" |
| 85 | + app:layout_constraintTop_toTopOf="parent" |
| 86 | + app:layout_constraintVertical_bias="0.247" /> |
| 87 | + |
| 88 | + <TextView |
| 89 | + android:id="@+id/currentAmount" |
| 90 | + android:layout_width="309dp" |
| 91 | + android:layout_height="24dp" |
| 92 | + android:ems="10" |
| 93 | + android:text="@string/current_auth" |
| 94 | + app:layout_constraintStart_toStartOf="@+id/paymentType" |
| 95 | + app:layout_constraintTop_toBottomOf="@+id/paymentType" /> |
93 | 96 |
|
94 | 97 | <ImageView
|
95 | 98 | android:id="@+id/logo"
|
|
0 commit comments