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

Commit c7aef5d0 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25477 into eclair

* changes:
  Make ACTV use all available space if height is FILL_PARENT.
parents b65c5cf0 875fca2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1325,7 +1325,7 @@ public class AutoCompleteTextView extends EditText implements Filter.FilterListe
        final int maxHeight = mPopup.getMaxAvailableHeight(
        final int maxHeight = mPopup.getMaxAvailableHeight(
                getDropDownAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
                getDropDownAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);


        if (mDropDownAlwaysVisible) {
        if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.FILL_PARENT) {
            // getMaxAvailableHeight() subtracts the padding, so we put it back,
            // getMaxAvailableHeight() subtracts the padding, so we put it back,
            // to get the available height for the whole window
            // to get the available height for the whole window
            int padding = 0;
            int padding = 0;