This repository was archived by the owner on Jun 10, 2021. It is now read-only.
File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 25
25
<LinearLayout
26
26
android : orientation =" horizontal"
27
27
android : layout_width =" match_parent"
28
- android : layout_height =" match_parent" >
28
+ android : layout_height =" match_parent"
29
+ android : baselineAligned =" false"
30
+ android : paddingStart =" ?android:attr/dialogPreferredPadding"
31
+ android : paddingTop =" @*android:dimen/dialog_padding_top_material"
32
+ android : paddingEnd =" ?android:attr/dialogPreferredPadding"
33
+ android : paddingBottom =" @*android:dimen/dialog_padding_top_material" >
29
34
30
- <ProgressBar android : id =" @+id/progress"
35
+ <ProgressBar
36
+ android : id =" @+id/progress"
37
+ style =" ?android:attr/progressBarStyle"
31
38
android : layout_width =" wrap_content"
32
- android : layout_height =" wrap_content" />
39
+ android : layout_height =" wrap_content"
40
+ android : max =" 10000"
41
+ android : layout_marginEnd =" ?android:attr/dialogPreferredPadding" />
33
42
34
43
<TextView
35
44
android : id =" @+id/progress_info"
36
45
android : layout_width =" match_parent"
37
46
android : layout_height =" wrap_content"
38
- android : layout_marginLeft =" 20dip"
39
- android : layout_marginRight =" 20dip"
40
- android : layout_gravity =" center_vertical"
41
- android : textAppearance =" ?android:attr/textAppearanceMedium" />
42
-
47
+ android : layout_gravity =" center_vertical" />
43
48
</LinearLayout >
44
49
45
50
</ScrollView >
You can’t perform that action at this time.
0 commit comments