Add minimalism illustrations to the lock screen notifications

settings page

Add static version minimalism illustrations to the lock screen
notifications settings page. We still need to replace the icons.

In the final version, illustrations will combine the light and dark
versions into a single file. The current status is a middle stage
stands for team fooding. The final version illustrations will also be
animations instead of static.

Bug: 367455695
Bug: 383778222
Flag: com.android.server.notification.notification_lock_screen_settings
Test: manual
Change-Id: I63c0452de60ce1aa94c7b414cb6e81dd98c5f361
This commit is contained in:
Yining Liu
2025-02-04 15:11:06 -08:00
parent 7e6cc163d9
commit 466e16bfc9
9 changed files with 10 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -30,12 +30,14 @@
android:key="compact_illustration" android:key="compact_illustration"
settings:searchable="false" settings:searchable="false"
android:selectable="false" android:selectable="false"
settings:lottie_rawRes="@raw/lottie_lock_screen_notification_minimalism_compact_view"
settings:dynamicColor="true"/> settings:dynamicColor="true"/>
<com.android.settingslib.widget.IllustrationPreference <com.android.settingslib.widget.IllustrationPreference
android:key="full_list_illustration" android:key="full_list_illustration"
settings:searchable="false" settings:searchable="false"
android:selectable="false" android:selectable="false"
settings:lottie_rawRes="@raw/lottie_lock_screen_notification_minimalism_full_list"
settings:dynamicColor="true"/> settings:dynamicColor="true"/>
<com.android.settingslib.widget.LayoutPreference <com.android.settingslib.widget.LayoutPreference