I am not clear whether this is an issue with different versions of Android, or different screen sizes, but I am getting some unpredictable behavior.
I am testing the UI of the dropdown of a MultiAutoCompleteTextView on a Nexus S which is onAndroid v4.1.2 and I am testing on a Nexus 4 which is on Android v4.2.1. When I begin to enter text into the MultiAutoCompleteTextView it returns some results. I have created a custom view which contains an ImageView to the left of a TextView. When the a row is first displayed, the ImageView will have a certain height, however once you scroll through the list of results and back up to that original row one of two things happens. Either the ImageView stays the same dimensions, or the dimensions of the ImageView will change. This specific behavior is happening on the Nexus 4, but I cannot reproduce this on the Nexus S. I am loading Bitmaps into ImageViews just like it is done in the developer training Loading Large Bitmaps Efficiently<http://developer.android.com/training/displaying-bitmaps/load-bitmap.html> . Can anyone point me in the right direction as far as what to look into? Is this a screen resolution issue, or does the latest version of Android handle this situation differently than previous versions? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

