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

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

feat: Adjust search bar margin to match widgets

parent ac7c1b98
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
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
                layout="@layout/search_bar"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginHorizontal="3dp"
                android:layout_marginHorizontal="4dp"
                android:layout_marginVertical="6dp"
                />