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

Commit 338fd258 authored by Nathanaël H's avatar Nathanaël H
Browse files

BlissLauncher, search, move web results below app suggestions

parent 4039880f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -35,6 +35,10 @@
            android:visibility="gone" />
    </RelativeLayout>

    <include
        android:id="@+id/used_apps_layout"
        layout="@layout/layout_used_apps" />

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/suggestionRecyclerView"
        android:layout_width="match_parent"
@@ -43,8 +47,5 @@
        android:paddingStart="4dp"
        android:paddingEnd="4dp" />

    <include
        android:id="@+id/used_apps_layout"
        layout="@layout/layout_used_apps" />

</LinearLayout>
 No newline at end of file