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

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

Merge "Update search source selector assets"

parents bd2f531a aa0cfa7b
Loading
Loading
Loading
Loading
+6 B (307 B)
Loading image diff...
−81 B (171 B)
Loading image diff...
−2 B (291 B)
Loading image diff...
−34 B (161 B)
Loading image diff...
+8 −6
Original line number Diff line number Diff line
@@ -33,10 +33,9 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:paddingLeft="12dip"
        android:paddingRight="12dip"
        android:paddingTop="7dip"
        android:paddingBottom="16dip"
        android:paddingLeft="4dip"
        android:paddingRight="4dip"
        android:paddingTop="4dip"
        android:background="@drawable/search_plate_global" >

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

            <view class="android.app.SearchDialog$SearchAutoComplete"
                android:id="@+id/search_src_text"
                android:background="@drawable/textfield_search"
                android:background="@drawable/edit_text"
                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,13 +86,15 @@
                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="8dip"
                android:layout_marginLeft="4dip"
                android:layout_marginBottom="4dip"
                android:background="@drawable/btn_search_dialog_voice"
                android:src="@android:drawable/ic_btn_speak_now"
            />
Loading