2-2/공학제 (2) 썸네일형 리스트형 [공학제] ProgressDialog public void pro(){ final ProgressDialog dialog; dialog = ProgressDialog.show(this, "" , " 실행중입니다", true); new Thread(){ public void run(){ try{ sleep(7000); } catch (Exception e){ } dialog.dismiss(); } }.start(); } sleep(7000).............................................속임수ㅜㅜ [공학제] TextView http://schemas.android.com/apk/res/android" android:layout_height="fill_parent" android:layout_width="fill_parent" android:background="@drawable/background" android:paddingBottom="100px"> android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:paddingRight="5px" android:paddingBottom="100px" > android:layout_width.. 이전 1 다음