Relative Content

Tag Archive for androidkotlinuser-interfaceandroid-jetpack-composeandroid-jetpack

FAB being outside of small screens

Im currently developing an android app and Im having problems with a FAB (floating action button). For screens over 6″ in shows but for screens below 6″ (I have 5.8 as my personal for example), the button is outside of the screen and not accessable. I would like to have it in the bottom right corner with some padding ofc.
I have done some java before but Im new to Kotlin and these kinds off issues (really not a UI type of person..)