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

Commit f364595d authored by Mike LeBeau's avatar Mike LeBeau Committed by The Android Open Source Project
Browse files

am 6f8e5923: Move to a single dropdown background for the search dialog. This...

am 6f8e5923: Move to a single dropdown background for the search dialog. This one is full-screen width but has rounded corners on the bottom so it doesn\'t look crappy if the list is not full-screen height. This was already being used for in-app search, so I just got r

Merge commit '6f8e5923'

* commit '6f8e5923':
  Move to a single dropdown background for the search dialog. This one
parents 82c88fc3 6f8e5923
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -560,12 +560,8 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS

        if (mGlobalSearchMode) {
            mSearchAutoComplete.setDropDownAlwaysVisible(true);  // fill space until results come in
            mSearchAutoComplete.setDropDownBackgroundResource(
                    com.android.internal.R.drawable.search_dropdown_background);
        } else {
            mSearchAutoComplete.setDropDownAlwaysVisible(false);
            mSearchAutoComplete.setDropDownBackgroundResource(
                    com.android.internal.R.drawable.search_dropdown_background_apps);
        }

        // attach the suggestions adapter, if suggestions are available
+2.76 KiB (2.99 KiB)
Loading image diff...
−2.99 KiB
Loading image diff...