I am wondering how it\'s possible to create bottom bar buttons in android,
I read something about this U.I. solution, are there any controls that can be used?
You can use a FrameLayout to put something in the bottom by:
android:layout_gravity="bottom|center"
For example: