Loading packages/SystemUI/res/layout-sw600dp/status_bar_notification_row.xml +1 −1 Original line number Diff line number Diff line <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="65dp" android:layout_height="@dimen/notification_height" > <ImageButton Loading packages/SystemUI/res/layout/status_bar_expanded.xml +9 −5 Original line number Diff line number Diff line Loading @@ -18,7 +18,9 @@ */ --> <com.android.systemui.statusbar.phone.ExpandedView xmlns:android="http://schemas.android.com/apk/res/android" <com.android.systemui.statusbar.phone.ExpandedView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui" android:orientation="vertical" android:focusable="true" android:descendantFocusability="afterDescendants" Loading Loading @@ -97,10 +99,11 @@ android:textAppearance="@style/TextAppearance.StatusBar.Title" android:text="@string/status_bar_ongoing_events_title" /> <LinearLayout android:id="@+id/ongoingItems" <com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@+id/ongoingItems" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" systemui:rowHeight="@dimen/notification_height" /> <TextView android:id="@+id/latestTitle" Loading @@ -111,10 +114,11 @@ android:textAppearance="@style/TextAppearance.StatusBar.Title" android:text="@string/status_bar_latest_events_title" /> <LinearLayout android:id="@+id/latestItems" <com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@+id/latestItems" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" systemui:rowHeight="@dimen/notification_height" /> </LinearLayout> </ScrollView> Loading packages/SystemUI/res/layout/status_bar_notification_row.xml +1 −1 Original line number Diff line number Diff line <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="65dp" android:layout_height="@dimen/notification_height" > <ImageButton Loading packages/SystemUI/res/values/attrs.xml +3 −0 Original line number Diff line number Diff line Loading @@ -24,5 +24,8 @@ <declare-styleable name="NotificationLinearLayout"> <attr name="insetLeft" format="dimension" /> </declare-styleable> <declare-styleable name="NotificationRowLayout"> <attr name="rowHeight" format="dimension" /> </declare-styleable> </resources> packages/SystemUI/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -47,5 +47,8 @@ <!-- thickness (height) of the navigation bar on phones that require it --> <dimen name="navigation_bar_size">42dp</dimen> <!-- thickness (height) of each notification row, including any separators or padding --> <dimen name="notification_height">65dp</dimen> </resources> Loading
packages/SystemUI/res/layout-sw600dp/status_bar_notification_row.xml +1 −1 Original line number Diff line number Diff line <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="65dp" android:layout_height="@dimen/notification_height" > <ImageButton Loading
packages/SystemUI/res/layout/status_bar_expanded.xml +9 −5 Original line number Diff line number Diff line Loading @@ -18,7 +18,9 @@ */ --> <com.android.systemui.statusbar.phone.ExpandedView xmlns:android="http://schemas.android.com/apk/res/android" <com.android.systemui.statusbar.phone.ExpandedView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui" android:orientation="vertical" android:focusable="true" android:descendantFocusability="afterDescendants" Loading Loading @@ -97,10 +99,11 @@ android:textAppearance="@style/TextAppearance.StatusBar.Title" android:text="@string/status_bar_ongoing_events_title" /> <LinearLayout android:id="@+id/ongoingItems" <com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@+id/ongoingItems" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" systemui:rowHeight="@dimen/notification_height" /> <TextView android:id="@+id/latestTitle" Loading @@ -111,10 +114,11 @@ android:textAppearance="@style/TextAppearance.StatusBar.Title" android:text="@string/status_bar_latest_events_title" /> <LinearLayout android:id="@+id/latestItems" <com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@+id/latestItems" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" systemui:rowHeight="@dimen/notification_height" /> </LinearLayout> </ScrollView> Loading
packages/SystemUI/res/layout/status_bar_notification_row.xml +1 −1 Original line number Diff line number Diff line <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="65dp" android:layout_height="@dimen/notification_height" > <ImageButton Loading
packages/SystemUI/res/values/attrs.xml +3 −0 Original line number Diff line number Diff line Loading @@ -24,5 +24,8 @@ <declare-styleable name="NotificationLinearLayout"> <attr name="insetLeft" format="dimension" /> </declare-styleable> <declare-styleable name="NotificationRowLayout"> <attr name="rowHeight" format="dimension" /> </declare-styleable> </resources>
packages/SystemUI/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -47,5 +47,8 @@ <!-- thickness (height) of the navigation bar on phones that require it --> <dimen name="navigation_bar_size">42dp</dimen> <!-- thickness (height) of each notification row, including any separators or padding --> <dimen name="notification_height">65dp</dimen> </resources>