Insert a view dynamically in a HorizontalScrollView in Android

前端 未结 4 739
轻奢々
轻奢々 2020-12-30 16:58

I\'m developing an application for Android tablet 3.0 that has one activity that should be scrollable in the horizontal axis, like an e-book.

For that, I\'m using a

4条回答
  •  自闭症患者
    2020-12-30 17:35

    you add the view into the relativelayout not into the horizontalscrollview using parent

    try with the horizontalscrollview object as you can done with the relativelayout

提交回复
热议问题