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

Commit c5ef4b2f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Notif redesign] Expander: use paddings, not margins" into main

parents 303fd057 e89adafd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
    android:layout_height="wrap_content"
    android:layout_gravity="top|end"
    android:contentDescription="@string/expand_button_content_description_collapsed"
    android:padding="@dimen/notification_2025_margin"
    >

    <LinearLayout
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="top|end"
                android:layout_margin="@dimen/notification_2025_margin"
                />

        </FrameLayout>
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="top|end"
                android:layout_margin="@dimen/notification_2025_margin"
                />

        </FrameLayout>
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="top|end"
                android:layout_margin="@dimen/notification_2025_margin"
                />

        </FrameLayout>
+0 −1
Original line number Diff line number Diff line
@@ -193,7 +193,6 @@
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_gravity="top|end"
                        android:layout_margin="@dimen/notification_2025_margin"
                        />

                </FrameLayout>
Loading