2012年6月29日 星期五

Android 將介面顯示或隱藏

     ImageView intro = (ImageView)findViewById(R.id.intro);
     
     intro.setVisibility(View.GONE);

沒有留言:

張貼留言