2013-09-24 1 views

답변

0

은 내가에만 dialoguefragment에 progressdilogue.show을 쓰고 있어요 transaparent의 dialogfragment

0

Dialog Fragment 앞에 Prgress Bar을 표시하면 Dialog Fragment 바로 뒤에 Progress Bar이 표시됩니다. 이것은 당신이

+0

에서 진행 대화 상자를 표시하고

를 해결 도움이되기를 바랍니다. –

+0

'대화 상자 조각'을 표시하고 '진행률 막대'를 표시하기위한 코드를 게시 할 수 있습니까? –

+0

DialogFragment newFragment = new Myfragment(); \t \t \t \t newFragment.setStyle (DialogFragment.STYLE_NO_FRAME, \t \t \t \t \t \t R.style.MyDialogTheme); \t \t \t \t // \t \t \t \t newFragment.show (에서 getSupportFragmentManager(), "대화"); Myfragment에 이 코드를 작성했습니다. progressDialog = ProgressDialog.show (getActivity(), null, "Loading ...")); –