Loading packages/SystemUI/res/drawable-xhdpi/bottom_divider_glow.png 0 → 100644 +1.47 KiB Loading image diff... packages/SystemUI/res/drawable-xhdpi/top_divider_glow.png 0 → 100644 +1.46 KiB Loading image diff... packages/SystemUI/res/layout/status_bar_notification_row.xml +14 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,15 @@ android:background="@*android:drawable/notification_bg" > <View android:id="@+id/top_glow" android:alpha="0" android:layout_width="match_parent" android:layout_height="@dimen/notification_divider_height" android:layout_gravity="top|center_horizontal" android:background="@drawable/top_divider_glow" /> <Button android:id="@+id/veto" android:layout_width="48dp" Loading @@ -19,6 +28,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/notification_divider_height" android:layout_marginTop="@dimen/notification_divider_height" android:focusable="true" android:clickable="true" > Loading @@ -31,10 +41,12 @@ </com.android.systemui.statusbar.LatestItemView> <View android:id="@+id/bottom_glow" android:alpha="0" android:layout_width="match_parent" android:layout_height="@dimen/notification_divider_height" android:gravity="bottom" android:background="@*android:drawable/notification_bg" android:layout_gravity="bottom|center_horizontal" android:background="@drawable/bottom_divider_glow" /> </FrameLayout> packages/SystemUI/res/values-hdpi/dimens.xml +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ <resources> <!-- thickness (height) of each notification row, including any separators or padding --> <!-- Note: this is 64dip + 1px divider = 97px. --> <dimen name="notification_height">97px</dimen> <dimen name="notification_height">99px</dimen> <!-- thickness (height) of dividers between each notification row; see math for notification_height above --> <dimen name="notification_divider_height">1px</dimen> <dimen name="notification_divider_height">4px</dimen> </resources> packages/SystemUI/res/values-xhdpi/dimens.xml +2 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ <!-- thickness (height) of each notification row, including any separators or padding --> <!-- note: this is the same value as in values/dimens.xml; the value is overridden in values-hdpi/dimens.xml and so we need to re-assert the general value here --> <dimen name="notification_height">65dp</dimen> <dimen name="notification_height">68dp</dimen> <!-- thickness (height) of dividers between each notification row --> <!-- same as in values/dimens.xml; see note at notification_height --> <dimen name="notification_divider_height">1dp</dimen> <dimen name="notification_divider_height">2dp</dimen> </resources> Loading
packages/SystemUI/res/drawable-xhdpi/bottom_divider_glow.png 0 → 100644 +1.47 KiB Loading image diff...
packages/SystemUI/res/layout/status_bar_notification_row.xml +14 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,15 @@ android:background="@*android:drawable/notification_bg" > <View android:id="@+id/top_glow" android:alpha="0" android:layout_width="match_parent" android:layout_height="@dimen/notification_divider_height" android:layout_gravity="top|center_horizontal" android:background="@drawable/top_divider_glow" /> <Button android:id="@+id/veto" android:layout_width="48dp" Loading @@ -19,6 +28,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/notification_divider_height" android:layout_marginTop="@dimen/notification_divider_height" android:focusable="true" android:clickable="true" > Loading @@ -31,10 +41,12 @@ </com.android.systemui.statusbar.LatestItemView> <View android:id="@+id/bottom_glow" android:alpha="0" android:layout_width="match_parent" android:layout_height="@dimen/notification_divider_height" android:gravity="bottom" android:background="@*android:drawable/notification_bg" android:layout_gravity="bottom|center_horizontal" android:background="@drawable/bottom_divider_glow" /> </FrameLayout>
packages/SystemUI/res/values-hdpi/dimens.xml +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ <resources> <!-- thickness (height) of each notification row, including any separators or padding --> <!-- Note: this is 64dip + 1px divider = 97px. --> <dimen name="notification_height">97px</dimen> <dimen name="notification_height">99px</dimen> <!-- thickness (height) of dividers between each notification row; see math for notification_height above --> <dimen name="notification_divider_height">1px</dimen> <dimen name="notification_divider_height">4px</dimen> </resources>
packages/SystemUI/res/values-xhdpi/dimens.xml +2 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ <!-- thickness (height) of each notification row, including any separators or padding --> <!-- note: this is the same value as in values/dimens.xml; the value is overridden in values-hdpi/dimens.xml and so we need to re-assert the general value here --> <dimen name="notification_height">65dp</dimen> <dimen name="notification_height">68dp</dimen> <!-- thickness (height) of dividers between each notification row --> <!-- same as in values/dimens.xml; see note at notification_height --> <dimen name="notification_divider_height">1dp</dimen> <dimen name="notification_divider_height">2dp</dimen> </resources>