commit | 5420d01cef810c34d754cadfaa1e8cae13af06de | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Tue Jul 28 20:17:27 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Tue Jul 28 21:08:25 2009 +0100 |
tree | e77a7e3aa8ae4f0925637b745f96a1afab358f83 | |
parent | f4acf39d99d105e1e4fc7c43fa54377bb2f262ae [diff] |
Add padding to height of AutoCompleteTextView drop-down. As described in http://b/issue?id=2017825 PopupWindow.getMaxAvailableHeight() does not include the padding in the available height. To get the ACTV drop-down to actually fill the screen, this change adds the padding to the value returned by PopupWindow.getMaxAvailableHeight(). This is part of the fix for http://b/issue?id=2014450