On Tue, May 31, 2011 at 11:31 PM, Zsolt Vasvari <[email protected]> wrote: > Nobody has any experience with this? I would think it would be a > fairly common problem for anybody who has to deal with custom Views.
It'd be a problem for anyone trying to make a TextView look like a Spinner and trying to get an OS-supplied, OEM-modified theme to do that for them. If you want a TextView to look like a Spinner, use your own styles to completely control what the Spinner and the TextView look like. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

