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

Commit c4e352ea authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

[Notif redesign] Fix large icon not aligned correctly in messagingstyle

The icon was not being aligned correctly due to the parent FrameLayout
being too short.

Fix: 404557681
Flag: android.app.notifications_redesign_templates
Test: manual
Change-Id: Ia59a9bae275852453bc71c9b6554bbeecf870500
parent ea077dbe
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,6 @@
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:clipChildren="false"
            android:clipChildren="false"
            android:layout_weight="1"
            >
            >


            <ImageView
            <ImageView
+0 −2
Original line number Original line Diff line number Diff line
@@ -34,12 +34,10 @@
        android:orientation="vertical"
        android:orientation="vertical"
        >
        >



        <FrameLayout
        <FrameLayout
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:clipChildren="false"
            android:clipChildren="false"
            android:layout_weight="1"
            >
            >


            <ImageView
            <ImageView