As a use in my preferenceactivity I created a custom preference (extended Preference class) which holds a progressbar. As this preference is merely to show activity status, I don't want it to be focusable nor selectable; it should be skipped when the user browses through the preference items. How can I achieve this?
adding "android:enabled=false" to the XML definition seems to only change the background color to gray; it still receives focus. -- 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

