Skip to content

Commit 1e615fb

Browse files
Piotr Zawadzkizawadz88
authored andcommitted
- fixed circular progress bar in Delayed Transition sample on JB devices
1 parent 3619529 commit 1e615fb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
2+
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="wrap_content"
44
android:layout_height="wrap_content"
5-
android:padding="32dp" />
5+
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

Comments
 (0)