alignParentBottom
alignParentBottom is a layout attribute commonly used in Android development. It is a boolean value that, when set to true for a view, instructs the Android layout system to position that view at the bottom edge of its parent container. This attribute is typically used within a RelativeLayout, which allows for flexible positioning of child views relative to each other and the parent.
When a view has alignParentBottom set to true, it will be aligned with the bottom boundary of
For example, in a RelativeLayout, if you have a button that you want to always appear at