기본 콘텐츠로 건너뛰기

Android, get View from Activity


final ViewGroup viewGroup = (ViewGroup) ((ViewGroup) _act
            .findViewById(android.R.id.content));  //.getChildAt(0);


http://stackoverflow.com/questions/4486034/get-root-view-from-current-activity

댓글