|
21 | 21 | android:id="@+id/splashNotificationsTextScroll" |
22 | 22 | android:layout_width="0dp" |
23 | 23 | android:layout_height="0dp" |
24 | | - android:layout_marginStart="64dp" |
| 24 | + android:layout_marginStart="32dp" |
25 | 25 | android:layout_marginTop="16dp" |
26 | | - android:layout_marginEnd="64dp" |
| 26 | + android:layout_marginEnd="32dp" |
27 | 27 | android:layout_marginBottom="16dp" |
28 | 28 | app:layout_constraintBottom_toTopOf="@id/splashNotificationsButtons" |
29 | 29 | app:layout_constraintEnd_toEndOf="parent" |
|
45 | 45 | android:layout_width="0dp" |
46 | 46 | android:layout_height="wrap_content" |
47 | 47 | android:layout_margin="32dp" |
| 48 | + android:gravity="center" |
| 49 | + android:minHeight="96dp" |
48 | 50 | android:orientation="horizontal" |
49 | 51 | app:layout_constraintBottom_toTopOf="@id/splashNotificationsHint" |
50 | 52 | app:layout_constraintEnd_toEndOf="parent" |
|
54 | 56 | android:id="@+id/splashNotificationsAllow" |
55 | 57 | style="@style/Palace.Button.Contained.Medium" |
56 | 58 | android:layout_width="128dp" |
57 | | - android:layout_height="wrap_content" |
| 59 | + android:layout_height="match_parent" |
58 | 60 | android:layout_weight="1.0" |
59 | 61 | android:text="@string/splashNotificationsAllow" /> |
60 | 62 |
|
|
65 | 67 | <Button |
66 | 68 | android:id="@+id/splashNotificationsSkip" |
67 | 69 | android:layout_width="128dp" |
68 | | - android:layout_height="wrap_content" |
| 70 | + android:layout_height="match_parent" |
69 | 71 | android:layout_weight="1.0" |
70 | 72 | android:text="@string/splashNotificationsSkip" /> |
71 | 73 |
|
|
0 commit comments