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

Commit 3b7fec8d authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Use SearchView in SearchDialog for legacy apps using the old model."

parents c99821d0 968ec938
Loading
Loading
Loading
Loading
+98 −920

File changed.

Preview size limit exceeded, changes collapsed.

+0 −653

File deleted.

Preview size limit exceeded, changes collapsed.

+268 −20

File changed.

Preview size limit exceeded, changes collapsed.

+22 −73

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
                android:src="?android:attr/searchViewSearchIcon"
            />

            <AutoCompleteTextView
            <view class="android.widget.SearchView$SearchAutoComplete"
                android:id="@+id/search_src_text"
                android:layout_height="36dip"
                android:layout_width="0dp"
Loading