Hi,

I have an activity with three tabs, the content is all in the same
activity. Here's how I setup the tabs:

tabHost.addTab(tabHost.newTabSpec("tab1").setIndicator(
                getResources().getText(R.string.tab1),
                getResources().getDrawable(R.drawable.ic_tab1))
                .setContent(R.id.tab1Content));

When I start the application the first tab is selected and touching
views works just fine. After I select the second tab, and afterwards
go to the first, selecting with touch no longer works. If I use the
trackball, selection works. If I select the third tab, touch selection
in tab1 and tab2 doesn't work anymore (trackball is OK). Touch
selection in the third tab works fine. I've tested this on my device
(Nexus One) and the emulator and the behaviour is the same. In Eclair/
Donut selection works fine.

Any ideas what might be causing this and how can I work around it if?

-- 
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

Reply via email to