开发者

How to achieve horizontal as well as vertical layout in Android

开发者 https://www.devze.com 2023-02-26 11:55 出处:网络
I wanted to have following type of layout in android application: --Horizontal Scroll Items (music albums)

I wanted to have following type of layout in android application:

--Horizontal Scroll Items (music albums)

--Horizontal Scroll Items (video albums)

--Some Text

--Vertical List (playlist 1)

--Vertical List (playlist 2)

This complete UI may be beyond vertical screen size so there should be vertical scroll on screen

Could any one pleas开发者_JAVA技巧e tell me how can I achieve this type of interface. At first I thought have everything under a ScrollView, but with this ListView doesn't seem to work under ScrollView.

Please suggest me any other alternative to achieve this.

0

精彩评论

暂无评论...
验证码 换一张
取 消