ScrollView with Buttons inside, no response until second click on any button inside

后端 未结 4 667
-上瘾入骨i
-上瘾入骨i 2020-12-13 22:25

I\'ve been a couple of days trying to solve this thing but I can\'t figure it out. The problem is, simple activity, with simple layout, ScrollView -> LinearLayout -> and a l

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 22:57

    Everything is behaving normally.

    When you start scrolling, the ScrollView will claim touch events until you stop touching the screen for a bit. In Android 2.2, you will know when scrolling is deemed complete, because the scrollbar on the right will fade away.

提交回复
热议问题