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

Commit b83e68c9 authored by Bjorn Bringert's avatar Bjorn Bringert Committed by Android (Google) Code Review
Browse files

Merge "Restore search UI layout to get search button back"

parents 705300b8 4a2b4987
Loading
Loading
Loading
Loading
−6 B (301 B)
Loading image diff...
+81 B (252 B)
Loading image diff...
+2 B (293 B)
Loading image diff...
+34 B (195 B)
Loading image diff...
+6 −8
Original line number Diff line number Diff line
@@ -33,9 +33,10 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:paddingLeft="4dip"
        android:paddingRight="4dip"
        android:paddingTop="4dip"
        android:paddingLeft="12dip"
        android:paddingRight="12dip"
        android:paddingTop="7dip"
        android:paddingBottom="16dip"
        android:background="@drawable/search_plate_global" >

        <!-- This is actually used for the badge icon *or* the badge label (or neither) -->
@@ -62,11 +63,10 @@

            <view class="android.app.SearchDialog$SearchAutoComplete"
                android:id="@+id/search_src_text"
                android:background="@drawable/edit_text"
                android:background="@drawable/textfield_search"
                android:layout_height="wrap_content"
                android:layout_width="0dip"
                android:layout_weight="1.0"
                android:layout_marginLeft="4dip"
                android:paddingLeft="8dip"
                android:paddingRight="6dip"
                android:drawablePadding="2dip"
@@ -86,15 +86,13 @@
                android:background="@drawable/btn_search_dialog"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:visibility="gone"
            />

            <ImageButton
                android:id="@+id/search_voice_btn"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:layout_marginLeft="4dip"
                android:layout_marginBottom="4dip"
                android:layout_marginLeft="8dip"
                android:background="@drawable/btn_search_dialog_voice"
                android:src="@android:drawable/ic_btn_speak_now"
            />
Loading