|
@@ -61,8 +61,8 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
android:layout_marginStart="30dp"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="24dp"/>
|
|
|
|
|
|
|
|
|
<com.swago.baseswago.cusview.MediumTextView
|
|
@@ -84,7 +84,7 @@
|
|
|
android:layout_marginBottom="128dp"
|
|
|
android:layout_marginStart="40dp"
|
|
|
android:layout_marginEnd="40dp"
|
|
|
- android:background="@drawable/shape_131b23_37"
|
|
|
+ android:background="@drawable/shape_ff9f00_37"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="56dp">
|
|
@@ -95,8 +95,9 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
android:layout_marginStart="30dp"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:padding="2dp"
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="24dp"/>
|
|
|
|
|
|
|
|
|
<com.swago.baseswago.cusview.MediumTextView
|