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

Commit 1d9bc26c authored by Yining Liu's avatar Yining Liu Committed by Automerger Merge Worker
Browse files

Merge changes from topic "Notificaiton Large font size UI clippings" into udc-dev am: d4533f1f

parents 632142dc d4533f1f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -116,7 +116,8 @@


                <com.android.internal.widget.NotificationVanishingFrameLayout
                <com.android.internal.widget.NotificationVanishingFrameLayout
                    android:layout_width="match_parent"
                    android:layout_width="match_parent"
                    android:layout_height="@dimen/notification_headerless_line_height"
                    android:layout_height="wrap_content"
                    android:minHeight="@dimen/notification_headerless_line_height"
                    >
                    >
                    <!-- This is the simplest way to keep this text vertically centered without
                    <!-- This is the simplest way to keep this text vertically centered without
                     gravity="center_vertical" which causes jumpiness in expansion animations. -->
                     gravity="center_vertical" which causes jumpiness in expansion animations. -->
+2 −1
Original line number Original line Diff line number Diff line
@@ -321,7 +321,8 @@ asked for it -->
        <RelativeLayout
        <RelativeLayout
            android:id="@+id/bottom_buttons"
            android:id="@+id/bottom_buttons"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="60dp"
            android:layout_height="wrap_content"
            android:minHeight="60dp"
            android:gravity="center_vertical"
            android:gravity="center_vertical"
            android:paddingStart="4dp"
            android:paddingStart="4dp"
            android:paddingEnd="4dp"
            android:paddingEnd="4dp"