After creating the RelativeLayout
set the parameters for the layout_width
and layout_height
values match_parent
, but the system says that for layout_height
you need to use wrap_content
, and not match_parent
.
What can this be connected with and will it not be critical to use match_parent
in both RelativeLayout
parameters?
layout_alignParentBottom
installed? - Suvitruf ♦