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

Commit 7daf892f authored by Zak Cohen's avatar Zak Cohen Committed by Android (Google) Code Review
Browse files

Merge "Moves proactive hints and wellness toast into a linear layout." into ub-launcher3-qt-dev

parents fece462a 1159c9c1
Loading
Loading
Loading
Loading
+37 −35
Original line number Diff line number Diff line
@@ -35,13 +35,24 @@
        android:focusable="false"
        android:importantForAccessibility="no" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:layout_gravity="bottom|center_horizontal">
        <FrameLayout
            android:id="@+id/proactive_suggest_container"
            android:layout_width="match_parent"
            android:layout_height="36dp"
            android:gravity="center"
            android:visibility="gone"
            />
        <com.android.quickstep.views.DigitalWellBeingToast
            android:id="@+id/digital_well_being_toast"
            android:layout_width="match_parent"
            android:layout_height="48dp"
            android:importantForAccessibility="noHideDescendants"
            android:background="@drawable/bg_wellbeing_toast"
        android:layout_gravity="bottom"
            android:gravity="center"
            android:visibility="gone">
            <ImageView
@@ -61,14 +72,5 @@
                android:gravity="center_vertical"
            />
        </com.android.quickstep.views.DigitalWellBeingToast>

    <FrameLayout
        android:id="@+id/proactive_suggest_container"
        android:layout_width="match_parent"
        android:layout_height="36dp"
        android:gravity="center"
        android:layout_gravity="bottom|center"
        android:translationY="20dp"
        android:elevation="4dp"
     />
    </LinearLayout>
</com.android.quickstep.views.TaskView>
 No newline at end of file