Merge change 25477 into eclair
* changes: Make ACTV use all available space if height is FILL_PARENT.
This commit is contained in:
@@ -1325,7 +1325,7 @@ public class AutoCompleteTextView extends EditText implements Filter.FilterListe
|
||||
final int maxHeight = mPopup.getMaxAvailableHeight(
|
||||
getDropDownAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
|
||||
|
||||
if (mDropDownAlwaysVisible) {
|
||||
if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.FILL_PARENT) {
|
||||
// getMaxAvailableHeight() subtracts the padding, so we put it back,
|
||||
// to get the available height for the whole window
|
||||
int padding = 0;
|
||||
|
||||
Reference in New Issue
Block a user