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

Commit bc95f4a4 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

feat: Remove suggestions from widget panel

parent f1df17e9
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -26,10 +26,17 @@
            android:paddingTop="50dp"
            android:orientation="vertical">

            <include layout="@layout/search_bar" />
            <include
                layout="@layout/search_bar"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginHorizontal="3dp"
                android:layout_marginVertical="6dp"
                />

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

            <fragment