안 드 로 이 드 팝 업 창 및 투명 효과 소결

2487 단어 Linux
Android 대화 상 자 는 두 가지 가 있 습 니 다. PopupWindow 와 AlertDialog 입 니 다.그들의 차이 점 은:
   AlertDialog 의 위 치 는 고정 되 어 있 고 PopupWindow 의 위 치 는 마음대로 할 수 있 습 니 다.
   AlertDialog 는 스 레 드 를 막 지 않 고 PopupWindow 는 스 레 드 를 막 습 니 다.
popupwindow 새 단계:
/ / 팝 업 상자 가 XML 에 속 하 는 ID
  View popupWindow_view = getLayoutInflater().inflate(R.layout.pop, null,false);   ContentListView muluListView= (ContentListView) popupWindow_view.findViewById(R.id.zb_listView);
  //디 스 플레이 는 두 가지 형식 을 제공 합 니 다.
public void showAsDropDown(View anchor, int xoff, int yoff, int gravity)
public void showAtLocation(View parent, int gravity, int x, int y)
 
  
//  :    backgroundDrawable  ,         
popupWindow.setBackgroundDrawable(new BitmapDrawable());
 
  
              android:background="@drawable/xml"     
 
  
 
  


    

    

    

    

    

  
         

좋은 웹페이지 즐겨찾기