One option for you would be to read about ConstraintLayout (which is very nice) - if you understand how it works, you'll be able to build a working layout... Another option could be to simply change the layout to something more primitive, like LinearLayout, if you're just looking for fast results... Whatever you'll do, I'd recommend you to read about the basic concept of user interfaces in Android, for example there are some great lessons in Google's official documentation that can be found on developer.android.com 👾
Обсуждают сегодня