|
|
@@ -46,7 +46,7 @@
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
android:textColor="@color/C000000"
|
|
|
app:layout_constrainedWidth="true"
|
|
|
@@ -62,6 +62,7 @@
|
|
|
android:id="@+id/button_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="9dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|