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

Commit f2eab836 authored by Yining Liu's avatar Yining Liu Committed by Android (Google) Code Review
Browse files

Merge "Fix text clipping of Notification actions, when the system font size is...

Merge "Fix text clipping of Notification actions, when the system font size is at maximum" into udc-dev
parents dfe57f71 9e371991
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
    style="@android:style/NotificationAction"
    android:id="@+id/action0"
    android:layout_width="wrap_content"
    android:layout_height="48dp"
    android:layout_height="wrap_content"
    android:minHeight="48dp"
    android:layout_gravity="center"
    android:gravity="start|center_vertical"
    android:layout_marginStart="4dp"
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@
            android:id="@+id/actions"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="@dimen/notification_action_list_height"
            android:layout_height="wrap_content"
            android:minHeight="@dimen/notification_action_list_height"
            android:orientation="horizontal"
            android:gravity="center_vertical"
            android:visibility="gone"