2014-06-21 3 views

답변

1

활동의 장식보기에보기를 추가 할 수 있습니다.

ViewGroup decor = (ViewGroup) Activity.getWindow().getDecorView(); 
decor.addView(yourViewThatWillShowOnTopOfAllOthers); 
관련 문제