I want to put the button at the bottom of the screen on Android, how do I do it?

Asked 2 years ago, Updated 2 years ago, 31 views

I'm making a chat app. Usually, the message sending and typing buttons are located at the bottom of the screen. That way, we can see more of what we've talked about so far. So I want to put it at the bottom of the screen I don't know what to do.

android

2022-09-22 22:08

1 Answers

The relative layout has an attribute called android:layout_alignParentBottom. You can give this value as true.


2022-09-22 22:08

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.