Loading core/res/res/layout/notification_template_right_icon.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -16,8 +16,8 @@ --> --> <ImageView android:id="@+id/right_icon" xmlns:android="http://schemas.android.com/apk/res/android" <ImageView android:id="@+id/right_icon" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="@dimen/notification_large_icon_width" android:layout_width="40dp" android:layout_height="@dimen/notification_large_icon_width" android:layout_height="40dp" android:layout_marginEnd="@dimen/notification_content_margin_end" android:layout_marginEnd="@dimen/notification_content_margin_end" android:layout_marginTop="36dp" android:layout_marginTop="36dp" android:layout_gravity="top|end" android:layout_gravity="top|end" Loading core/res/res/values/dimens.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -162,9 +162,9 @@ <dimen name="notification_min_height">92dp</dimen> <dimen name="notification_min_height">92dp</dimen> <!-- The width of the big icons in notifications. --> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_width">40dp</dimen> <dimen name="notification_large_icon_width">64dp</dimen> <!-- The width of the big icons in notifications. --> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_height">40dp</dimen> <dimen name="notification_large_icon_height">64dp</dimen> <!-- The minimum width of the app name in the header if it shrinks --> <!-- The minimum width of the app name in the header if it shrinks --> <dimen name="notification_header_shrink_min_width">72dp</dimen> <dimen name="notification_header_shrink_min_width">72dp</dimen> Loading Loading
core/res/res/layout/notification_template_right_icon.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -16,8 +16,8 @@ --> --> <ImageView android:id="@+id/right_icon" xmlns:android="http://schemas.android.com/apk/res/android" <ImageView android:id="@+id/right_icon" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="@dimen/notification_large_icon_width" android:layout_width="40dp" android:layout_height="@dimen/notification_large_icon_width" android:layout_height="40dp" android:layout_marginEnd="@dimen/notification_content_margin_end" android:layout_marginEnd="@dimen/notification_content_margin_end" android:layout_marginTop="36dp" android:layout_marginTop="36dp" android:layout_gravity="top|end" android:layout_gravity="top|end" Loading
core/res/res/values/dimens.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -162,9 +162,9 @@ <dimen name="notification_min_height">92dp</dimen> <dimen name="notification_min_height">92dp</dimen> <!-- The width of the big icons in notifications. --> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_width">40dp</dimen> <dimen name="notification_large_icon_width">64dp</dimen> <!-- The width of the big icons in notifications. --> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_height">40dp</dimen> <dimen name="notification_large_icon_height">64dp</dimen> <!-- The minimum width of the app name in the header if it shrinks --> <!-- The minimum width of the app name in the header if it shrinks --> <dimen name="notification_header_shrink_min_width">72dp</dimen> <dimen name="notification_header_shrink_min_width">72dp</dimen> Loading