简体   繁体   中英

android scroll view of linearlayouts

I would like to ask if doing like this is possible on android: Scrollview of layouts, and each layout in horizontal orientation contains button, another button, and a checkbox.

For example:

     button1, button2, checkbox
     button1, button2, checkbox
     .........
     button1, button2, checkbox

Try using a ListView with a SimpleAdapter .

The SimpleAdapter allows you to specify a layout for each row in the ListView .

This site has a simple example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM