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

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

Merge "Fix alignment of "Done" button" into main

parents 0ed9e339 99a79424
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -360,7 +360,6 @@
                android:minHeight="@dimen/notification_2025_min_tap_target_size"
                android:maxWidth="200dp"
                app:layout_constraintEnd_toStartOf="@id/done"
                app:layout_constraintBaseline_toBaselineOf="@id/inline_dismiss"
                style="@style/TextAppearance.NotificationInfo.Button"
                />
            <TextView
@@ -370,7 +369,7 @@
                android:layout_height="wrap_content"
                android:paddingTop="8dp"
                android:paddingBottom="@*android:dimen/notification_2025_margin"
                android:gravity="end"
                android:gravity="end|center_vertical"
                app:layout_constraintEnd_toEndOf="parent"
                android:minWidth="@dimen/notification_2025_min_tap_target_size"
                android:minHeight="@dimen/notification_2025_min_tap_target_size"