简体   繁体   中英

How to create a customized layout

i'm creating an app, and i'm kinda knew in android develpment, i don't have much experience, but i've bee maneging well. My app is almost complete and now i want to improve the looks. Anyone knows how to put the widgets inside boxes, separated from background ? Like, i'll give you an example: 服装外观

Anyone knows how to put the widgets inside boxes, separated from background ?

=> You can use the CardView provided in support library. CardView is nothing but a FrameLayout so you can include whatever views inside it!

For more reference, go through the Creating Lists and Cards .

使用框的框架布局。

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