Loading core/res/res/drawable/notification_quantum_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#ffffffff" /> <corners android:radius="2dp" /> <corners android:radius="@dimen/notification_quantum_rounded_rect_radius" /> </shape> No newline at end of file core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -366,4 +366,7 @@ <!-- width of ImmersiveModeConfirmation (-1 for match_parent) --> <dimen name="immersive_mode_cling_width">-1px</dimen> <!-- radius of the corners of the quantum rounded rect background --> <dimen name="notification_quantum_rounded_rect_radius">2dp</dimen> </resources> core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,7 @@ <java-symbol type="dimen" name="notification_title_text_size" /> <java-symbol type="dimen" name="notification_subtext_size" /> <java-symbol type="dimen" name="immersive_mode_cling_width" /> <java-symbol type="dimen" name="notification_quantum_rounded_rect_radius" /> <java-symbol type="string" name="add_account_button_label" /> <java-symbol type="string" name="addToDictionary" /> Loading packages/SystemUI/res/layout/status_bar_expanded.xml +6 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,12 @@ systemui:rowHeight="@dimen/notification_row_min_height" /> </ScrollView> <com.android.systemui.statusbar.stack.NotificationStackScrollLayout android:id="@+id/notification_stack_scroller" android:layout_width="match_parent" android:layout_height="wrap_content" /> </FrameLayout> </LinearLayout> </com.android.systemui.statusbar.phone.NotificationPanelView><!-- end of sliding panel --> packages/SystemUI/res/values/dimens.xml +15 −0 Original line number Diff line number Diff line Loading @@ -233,6 +233,21 @@ <!-- The size of the icon in the recents task view. --> <dimen name="recents_task_view_icon_size">60dp</dimen> <!-- Space below the notification stack --> <dimen name="notification_stack_margin_bottom">0dp</dimen> <!-- Space reserved for the cards behind the top card in the top stack --> <dimen name="top_stack_peek_amount">24dp</dimen> <!-- Space reserved for the cards behind the top card in the bottom stack --> <dimen name="bottom_stack_peek_amount">18dp</dimen> <!-- The side padding of the notifications--> <dimen name="notification_side_padding">8dp</dimen> <!-- Z distance between notifications if they are in the stack --> <dimen name="z_distance_between_notifications">2dp</dimen> <!-- Width of the zen mode interstitial dialog. Defaults to MATCH_PARENT. --> <dimen name="zen_mode_dialog_width">-1px</dimen> </resources> Loading
core/res/res/drawable/notification_quantum_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#ffffffff" /> <corners android:radius="2dp" /> <corners android:radius="@dimen/notification_quantum_rounded_rect_radius" /> </shape> No newline at end of file
core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -366,4 +366,7 @@ <!-- width of ImmersiveModeConfirmation (-1 for match_parent) --> <dimen name="immersive_mode_cling_width">-1px</dimen> <!-- radius of the corners of the quantum rounded rect background --> <dimen name="notification_quantum_rounded_rect_radius">2dp</dimen> </resources>
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,7 @@ <java-symbol type="dimen" name="notification_title_text_size" /> <java-symbol type="dimen" name="notification_subtext_size" /> <java-symbol type="dimen" name="immersive_mode_cling_width" /> <java-symbol type="dimen" name="notification_quantum_rounded_rect_radius" /> <java-symbol type="string" name="add_account_button_label" /> <java-symbol type="string" name="addToDictionary" /> Loading
packages/SystemUI/res/layout/status_bar_expanded.xml +6 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,12 @@ systemui:rowHeight="@dimen/notification_row_min_height" /> </ScrollView> <com.android.systemui.statusbar.stack.NotificationStackScrollLayout android:id="@+id/notification_stack_scroller" android:layout_width="match_parent" android:layout_height="wrap_content" /> </FrameLayout> </LinearLayout> </com.android.systemui.statusbar.phone.NotificationPanelView><!-- end of sliding panel -->
packages/SystemUI/res/values/dimens.xml +15 −0 Original line number Diff line number Diff line Loading @@ -233,6 +233,21 @@ <!-- The size of the icon in the recents task view. --> <dimen name="recents_task_view_icon_size">60dp</dimen> <!-- Space below the notification stack --> <dimen name="notification_stack_margin_bottom">0dp</dimen> <!-- Space reserved for the cards behind the top card in the top stack --> <dimen name="top_stack_peek_amount">24dp</dimen> <!-- Space reserved for the cards behind the top card in the bottom stack --> <dimen name="bottom_stack_peek_amount">18dp</dimen> <!-- The side padding of the notifications--> <dimen name="notification_side_padding">8dp</dimen> <!-- Z distance between notifications if they are in the stack --> <dimen name="z_distance_between_notifications">2dp</dimen> <!-- Width of the zen mode interstitial dialog. Defaults to MATCH_PARENT. --> <dimen name="zen_mode_dialog_width">-1px</dimen> </resources>