|
10 | 10 | android:id="@+id/headerText"
|
11 | 11 | android:layout_width="wrap_content"
|
12 | 12 | android:layout_height="wrap_content"
|
13 |
| - android:layout_margin="16dp" |
14 | 13 | android:layout_marginStart="32dp"
|
| 14 | + android:layout_marginTop="32dp" |
15 | 15 | android:layout_marginEnd="32dp"
|
16 |
| - android:textSize="@dimen/text_large_body" /> |
| 16 | + android:layout_marginBottom="16dp" |
| 17 | + android:textSize="@dimen/text_large_body" |
| 18 | + android:textStyle="bold" /> |
17 | 19 |
|
18 | 20 | <ImageView
|
19 | 21 | android:id="@+id/headerImage"
|
20 | 22 | android:layout_width="match_parent"
|
21 | 23 | android:layout_height="140dp"
|
22 | 24 | android:layout_marginStart="32dp"
|
23 | 25 | android:layout_marginEnd="32dp"
|
24 |
| - android:layout_marginBottom="16dp" |
| 26 | + android:layout_marginBottom="12dp" |
25 | 27 | android:adjustViewBounds="true"
|
26 | 28 | android:scaleType="centerInside" />
|
27 | 29 |
|
|
51 | 53 | android:layout_height="wrap_content"
|
52 | 54 | android:layout_marginStart="32dp"
|
53 | 55 | android:layout_marginEnd="32dp"
|
54 |
| - android:layout_marginBottom="12dp" |
| 56 | + android:layout_marginBottom="6dp" |
55 | 57 | app:bufferButtonStyle="light" />
|
56 | 58 |
|
57 | 59 | <org.buffer.android.components.RoundedButton
|
|
0 commit comments