We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3619529 commit 1e615fbCopy full SHA for 1e615fb
sample/src/main/res/layout/dialog_loader.xml
@@ -1,5 +1,12 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:layout_width="wrap_content"
4
android:layout_height="wrap_content"
5
- android:padding="32dp" />
+ android:padding="32dp">
6
+
7
+ <ProgressBar
8
+ android:layout_width="wrap_content"
9
+ android:layout_height="wrap_content"
10
+ android:layout_gravity="center" />
11
12
+</FrameLayout>
0 commit comments