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

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

Merge branch '8099-s-remove_suggestions' into 'v1-s'

feat: Remove suggestions from widget panel

See merge request e/os/BlissLauncher3!47
parents bc22b1f5 8f9f9d65
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginHorizontal="3dp"
    android:layout_marginHorizontal="4dp"
    app:blurCornerRadius="100dp">

    <foundation.e.bliss.suggestions.BlissInput
+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="4dp"
                android:layout_marginVertical="6dp"
                />

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

            <fragment