Hi, Is TabWidget.setDividerDrawable() functional? I'm trying to use it, passing it a 1px-wide 9 png stretchable, but no dividers are drawn between my tabs:
tabWidget.setDividerDrawable(R.drawable.myDivider); when used, touches then seem to break, like if I tap the 1st tab, the 3rd then gets selected. If I tap the last tab, I get a force close as I guess it thinks I'm trying to click a tab index that does not exist, Thanks -- 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

