Hi,

I needed to create kind of a sub-list that allows horizontal scrolling, so 
I created the following structure inside my ListViewItem template:

<HorizontalScrollView android:id="@+id/schedule_scrollView" ... >
        <LinearLayout android:id="@+id/schedule_minutes" ... >
                


                    </LinearLayout>
    </HorizontalScrollView>

And I added dynamically several buttons to this LinearLayout 
(schedule_minutes), which uses a Background Resource to indicate the button 
state. The problem is, the button is not clickable and doesn't change its 
state (at least visually as configured on Background Resource).

How can I fix this?

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