Purpose of "match_parent" in android:layout_width/height for top view in Android -
a noobish question.
i curious purpose of having "match_parent" in 2 xml attributes top level layout view linearlayout. believe "match_parent" indicates view wants big parent. in case of top level layout view (linearlayout) there no parent..?
the view u see on screen attached towindow
upper layout property "match_parent" window
.
see window class
and window manager
Comments
Post a Comment