java - What is the root view exactly given an example? -
java - What is the root view exactly given an example? -
i researched term of view , found definition "topmost view in current view hierarchy. http://developer.android.com/reference/android/view/view.html#getrootview%28%29
i know view means components of user interface(source: same link) , can buttons. have hierarchy link: http://imgur.com/yivkno5
by definition @ top, topmost view image view(which @ top of screen) or relative layout(that contains everything)
rootview view contains other views. means that, in case, relative layout root view.
java android view
Comments
Post a Comment