md_dialog_progress_indeterminate.xml 574 B

123456789101112131415
  1. <com.afollestad.materialdialogs.internal.MDRootLayout
  2. android:orientation="vertical"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. app:md_reduce_padding_no_title_no_buttons="false"
  6. xmlns:android="http://schemas.android.com/apk/res/android"
  7. xmlns:app="http://schemas.android.com/apk/res-auto">
  8. <include layout="@layout/md_stub_titleframe" />
  9. <include layout="@layout/md_stub_progress_indeterminate" />
  10. <include layout="@layout/md_stub_actionbuttons" />
  11. </com.afollestad.materialdialogs.internal.MDRootLayout>