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

Commit a03d4ce5 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Make browser search consistent with QSB.

Use the arrow icon for the browser search.

Fixes http://b/issue?id=2520802

Change-Id: I5ebc7de2b5df5fe80be730a46da32fee35d5deff
parent 071862f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,7 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
        int textId = mSearchable.getSearchButtonText(); 
        if (isBrowserSearch()){
            iconLabel = getContext().getResources()
                    .getDrawable(com.android.internal.R.drawable.ic_btn_search_play);
                    .getDrawable(com.android.internal.R.drawable.ic_btn_search_go);
        } else if (textId != 0) {
            textLabel = mActivityContext.getResources().getString(textId);  
        } else {
+1.31 KiB
Loading image diff...
+1.02 KiB
Loading image diff...