Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b323f22 authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

Merge "Remove extra padding between Notification header and inline_controls"

parents 6b66d10e 36a861b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
        android:layout_height="wrap_content"
        android:gravity="center_vertical"
        android:clipChildren="false"
        android:paddingTop="11dp"
        android:paddingTop="@dimen/notification_guts_header_top_padding"
        android:clipToPadding="true">
        <ImageView
            android:id="@+id/conversation_icon"
+3 −2
Original line number Diff line number Diff line
@@ -30,10 +30,11 @@
    <LinearLayout
        android:id="@+id/header"
        android:layout_width="match_parent"
        android:layout_height="@dimen/notification_guts_conversation_header_height"
        android:layout_height="wrap_content"
        android:gravity="center_vertical"
        android:clipChildren="false"
        android:clipToPadding="false">
        android:paddingTop="@dimen/notification_guts_header_top_padding"
        android:clipToPadding="true">
        <ImageView
            android:id="@+id/pkg_icon"
            android:layout_width="@dimen/notification_guts_conversation_icon_size"
+3 −2
Original line number Diff line number Diff line
@@ -30,10 +30,11 @@
    <LinearLayout
        android:id="@+id/header"
        android:layout_width="match_parent"
        android:layout_height="@dimen/notification_guts_conversation_header_height"
        android:layout_height="wrap_content"
        android:gravity="center_vertical"
        android:clipChildren="false"
        android:clipToPadding="false">
        android:paddingTop="@dimen/notification_guts_header_top_padding"
        android:clipToPadding="true">
        <ImageView
            android:id="@+id/icon"
            android:layout_width="@dimen/notification_guts_conversation_icon_size"
+2 −0
Original line number Diff line number Diff line
@@ -226,6 +226,8 @@
    <dimen name="notification_guts_conversation_action_text_padding_start">32dp</dimen>
    <dimen name="conversation_onboarding_bullet_gap_width">6dp</dimen>

    <dimen name="notification_guts_header_top_padding">11dp</dimen>

    <!-- The height of the header in inline settings -->
    <dimen name="notification_guts_header_height">24dp</dimen>