Android  Dialog   AlertDialog

1、普通的对话框

  Android  Dialog   AlertDialog

    

 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 2     android:layout_width="match_parent"
 3     android:layout_height="match_parent"
 4     android:gravity="center"
 5     android:orientation="vertical" >
 6 
 7     <ProgressBar
 8         android:id="@+id/progressBar1"
 9         style="?android:attr/progressBarStyleLarge"
10         android:layout_width="wrap_content"
11         android:layout_height="wrap_content" />
12 
13 </LinearLayout>
Dialog_progress.xml

相关文章:

  • 2021-12-23
  • 2021-06-25
  • 2022-01-07
  • 2021-05-10
  • 2021-08-17
  • 2022-12-23
猜你喜欢
  • 2021-06-26
  • 2022-02-24
  • 2022-12-23
  • 2021-12-09
  • 2021-09-20
  • 2022-12-23
相关资源
相似解决方案