I have a layout that looks like this
LinearLayout
ImageView
FrameLayout
LinearLayout
TextView
ListView
LinearLayout
AutoCompleteTextView
AutoCompleteTextView
When i press the image view i toggle the visibility of the last
LinearLayout holding the AutoCompleteTextViews.
I wonder if there is a solution to this problem.
When the LinearLayout holding the AutoCompleteTextViews gets visible
and drawn over the list I can still scroll the listview, click the
items in it and scroll up/down on the scroll wheel on the nexus one
makes the component selection behave strange.
I can solve some of the issues by setting setFocusable(false) and
setting the setOnItemClickListener(null) on the listView. But the user
can still scroll the "background panel" which is the list view. Please
help me out
--
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
To unsubscribe from this group, send email to
android-developers+unsubscribegooglegroups.com or reply to this email with the
words "REMOVE ME" as the subject.