0
With the Constraintlayout feature, match_parent is no longer used?
0
With the Constraintlayout feature, match_parent is no longer used?
2
Use/can use yes, because:
Any layout must have its dimensions defined.
The value of the dimensions can be an integer value or one of the constants MATCH_PARENT / WRAP_CONTENT. They represent the value ffffffff
and fffffffe
respectively.
As with any Viewgroup to Constraintlayout, it may be necessary to indicate, instead of defining a fixed dimension, that it adapts its dimensions to those of its container or to those of its contents.
Browser other questions tagged android android-layout responsive-layout
You are not signed in. Login or sign up in order to post.