简体   繁体   中英

Which layout should I use in android?

I make an app for boosting listening skills. I want to place several EditText like this: 在此处输入图片说明

When I enter some word I want that other words which placed on the right side will be lined break like this: 在此处输入图片说明

Eventually, If the EditBox reaches a screen border I want that he will be lined break with multiline edit property like this:

在此处输入图片说明

My question is which layout should I use and how to do it better. I need any ideas. Thank you.

Try to play with flexbox layout: https://github.com/google/flexbox-layout . It's a official google library.

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