|
13 | 13 | <androidx.cardview.widget.CardView
|
14 | 14 | android:layout_width="match_parent"
|
15 | 15 | android:layout_height="wrap_content"
|
16 |
| - android:layout_marginLeft="40dp" |
17 |
| - android:layout_marginRight="40dp" |
| 16 | + android:layout_margin="12dp" |
18 | 17 | android:background="@color/white"
|
19 | 18 | app:cardCornerRadius="12dp">
|
20 | 19 |
|
21 | 20 | <LinearLayout
|
22 | 21 | android:layout_width="match_parent"
|
23 | 22 | android:layout_height="wrap_content"
|
24 |
| - android:orientation="vertical" |
25 |
| - android:paddingLeft="23dp" |
26 |
| - android:paddingTop="49dp" |
27 |
| - android:paddingRight="23dp" |
28 |
| - android:paddingBottom="29dp"> |
| 23 | + android:orientation="vertical"> |
29 | 24 |
|
30 | 25 | <TextView
|
31 | 26 | android:id="@+id/modal_title"
|
|
93 | 88 | android:layout_width="match_parent"
|
94 | 89 | android:layout_height="wrap_content"
|
95 | 90 | android:letterSpacing="0.06"
|
96 |
| - android:paddingTop="16dp" |
97 |
| - android:paddingBottom="16dp" |
| 91 | + android:paddingTop="12dp" |
| 92 | + android:paddingBottom="12dp" |
98 | 93 | android:text="@string/ok"
|
99 | 94 | android:textAlignment="center"
|
100 | 95 | android:textColor="@color/white"
|
|
0 commit comments