Skip to content

Commit e7d18cc

Browse files
committed
Adjust notification screen aesthetics
1 parent 80e2be1 commit e7d18cc

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

palace-ui/src/main/res/layout/splash_notifications.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
android:id="@+id/splashNotificationsTextScroll"
2222
android:layout_width="0dp"
2323
android:layout_height="0dp"
24-
android:layout_marginStart="64dp"
24+
android:layout_marginStart="32dp"
2525
android:layout_marginTop="16dp"
26-
android:layout_marginEnd="64dp"
26+
android:layout_marginEnd="32dp"
2727
android:layout_marginBottom="16dp"
2828
app:layout_constraintBottom_toTopOf="@id/splashNotificationsButtons"
2929
app:layout_constraintEnd_toEndOf="parent"
@@ -45,6 +45,8 @@
4545
android:layout_width="0dp"
4646
android:layout_height="wrap_content"
4747
android:layout_margin="32dp"
48+
android:gravity="center"
49+
android:minHeight="96dp"
4850
android:orientation="horizontal"
4951
app:layout_constraintBottom_toTopOf="@id/splashNotificationsHint"
5052
app:layout_constraintEnd_toEndOf="parent"
@@ -54,7 +56,7 @@
5456
android:id="@+id/splashNotificationsAllow"
5557
style="@style/Palace.Button.Contained.Medium"
5658
android:layout_width="128dp"
57-
android:layout_height="wrap_content"
59+
android:layout_height="match_parent"
5860
android:layout_weight="1.0"
5961
android:text="@string/splashNotificationsAllow" />
6062

@@ -65,7 +67,7 @@
6567
<Button
6668
android:id="@+id/splashNotificationsSkip"
6769
android:layout_width="128dp"
68-
android:layout_height="wrap_content"
70+
android:layout_height="match_parent"
6971
android:layout_weight="1.0"
7072
android:text="@string/splashNotificationsSkip" />
7173

0 commit comments

Comments
 (0)