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

Commit 59e3d402 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed the actions for the ambient layout

Change-Id: I9620144cf20f0f2ee6b0d0fa3cc6e81778357db3
Fixes: 73819192
Test: add ambient notification, observe no action overlap
parent 4e69759e
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="top"
            android:layout_weight="1"
            android:paddingStart="@dimen/notification_content_margin_start"
            android:paddingEnd="@dimen/notification_content_margin_end"
            android:clipToPadding="false"
@@ -75,7 +76,6 @@
                android:maxLines="3"
            />
        </LinearLayout>
    </LinearLayout>
        <FrameLayout android:id="@+id/actions_container"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
@@ -90,4 +90,5 @@
                android:visibility="gone"
            />
        </FrameLayout>
    </LinearLayout>
</FrameLayout>