Loading core/res/res/layout/notification_expand_button.xml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ android:id="@+id/expand_button_icon" android:layout_width="@dimen/notification_expand_button_pill_height" android:layout_height="@dimen/notification_expand_button_pill_height" android:padding="2dp" android:padding="@dimen/notification_expand_button_icon_padding" android:scaleType="fitCenter" android:importantForAccessibility="no" /> Loading core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ <!-- the height of the expand button pill --> <dimen name="notification_expand_button_pill_height">24dp</dimen> <!-- the padding of the expand icon in the notification header --> <dimen name="notification_expand_button_icon_padding">2dp</dimen> <!-- Vertical margin for the headerless notification content, when content has 1 line --> <!-- 16 * 2 (margins) + 24 (1 line) = 56 (notification) --> <dimen name="notification_headerless_margin_oneline">16dp</dimen> Loading Loading
core/res/res/layout/notification_expand_button.xml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ android:id="@+id/expand_button_icon" android:layout_width="@dimen/notification_expand_button_pill_height" android:layout_height="@dimen/notification_expand_button_pill_height" android:padding="2dp" android:padding="@dimen/notification_expand_button_icon_padding" android:scaleType="fitCenter" android:importantForAccessibility="no" /> Loading
core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ <!-- the height of the expand button pill --> <dimen name="notification_expand_button_pill_height">24dp</dimen> <!-- the padding of the expand icon in the notification header --> <dimen name="notification_expand_button_icon_padding">2dp</dimen> <!-- Vertical margin for the headerless notification content, when content has 1 line --> <!-- 16 * 2 (margins) + 24 (1 line) = 56 (notification) --> <dimen name="notification_headerless_margin_oneline">16dp</dimen> Loading