0
私は、次のコードを使用していますタイトルバーに表示されていないが、私のプログレスバーが代わりにプログレスバーは
<ProgressBar
android:id="@+id/progress_bar" style="?android:attr/progressBarStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginRight="5dp" />
コードで右上の私のactiviy隅に表示するタイトルバーに表示されていない
//requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
setContentView(R.layout.welcome_layout);
これであなたを助けることができるのはどれですか?