Loading core/java/android/widget/SearchView.java +4 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,10 @@ public class SearchView extends LinearLayout implements CollapsibleActionView { setInputType(inputType); } boolean focusable = true; focusable = a.getBoolean(R.styleable.SearchView_focusable, focusable); setFocusable(focusable); a.recycle(); // Save voice intent for later queries/launching Loading core/res/res/values/attrs.xml +1 −0 Original line number Diff line number Diff line Loading @@ -7151,6 +7151,7 @@ <attr name="queryBackground" format="reference" /> <!-- Background for the section containing the action (e.g. voice search) --> <attr name="submitBackground" format="reference" /> <attr name="focusable" /> </declare-styleable> <declare-styleable name="Switch"> Loading Loading
core/java/android/widget/SearchView.java +4 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,10 @@ public class SearchView extends LinearLayout implements CollapsibleActionView { setInputType(inputType); } boolean focusable = true; focusable = a.getBoolean(R.styleable.SearchView_focusable, focusable); setFocusable(focusable); a.recycle(); // Save voice intent for later queries/launching Loading
core/res/res/values/attrs.xml +1 −0 Original line number Diff line number Diff line Loading @@ -7151,6 +7151,7 @@ <attr name="queryBackground" format="reference" /> <!-- Background for the section containing the action (e.g. voice search) --> <attr name="submitBackground" format="reference" /> <attr name="focusable" /> </declare-styleable> <declare-styleable name="Switch"> Loading