Add images for interstitial pages.

This change removes the custom rounding of corners, as the provided images already have rounded corners.

Bug: 332730534
Test: manual (light & dark mode, various font/display sizes)
Flag: android.app.modes_ui
Change-Id: I71d0707554e5bc638add6a2907874e18e833da08
This commit is contained in:
Yuri Lin
2024-08-12 17:45:49 -04:00
parent cc9a03437e
commit 24ba675fe4
19 changed files with 1096 additions and 228 deletions

View File

@@ -114,7 +114,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:scaleType="fitCenter"
android:layout_gravity="center" />
</FrameLayout>