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

Commit 418b9bc5 authored by Zak Cohen's avatar Zak Cohen
Browse files

Adapt the task footer container to be a named container.

Bug: 126744445
Test: manual
Change-Id: Id00ffac4581bbbe5dfd73a63b05c4512394745c1
parent 0de59396
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
        android:importantForAccessibility="no" />

    <LinearLayout
        android:id="@+id/task_footer_container"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
@@ -43,7 +44,7 @@
        <FrameLayout
            android:id="@+id/proactive_suggest_container"
            android:layout_width="match_parent"
            android:layout_height="36dp"
            android:layout_height="48dp"
            android:gravity="center"
            android:visibility="gone"
            />