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

Commit 465b08cf authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Move the padding to the text field in SearchView.

Side padding/margins were being applied to both the iconified
and the expanded view. This moves the margin to just the expanded view.

Bug: 5081112
Change-Id: I08c8cd97db2c893a0404065555d2770a6ab902ec
parent 10dc6fb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@
    android:id="@+id/search_bar"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingLeft="8dip"
    android:paddingRight="8dip"
    android:orientation="horizontal"
    >

@@ -59,6 +57,8 @@
        android:layout_gravity="center_vertical"
        android:layout_marginTop="4dip"
        android:layout_marginBottom="4dip"
        android:layout_marginLeft="8dip"
        android:layout_marginRight="8dip"
        android:orientation="horizontal">

        <ImageView