Skip to content

Commit ed53d28

Browse files
committed
test: demo app
1 parent f88ff37 commit ed53d28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

demo-vue/app/App_Resources/Android/before-plugins.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
ext {
33
androidxVersion = "1.0.2"
44
androidXAppCompat = "1.0.2"
5-
androidXMaterial = "1.2.1"
5+
androidXMaterial = "1.3.0"
66
}

demo-vue/app/examples/ProgressBars.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
@tap="onNavigationButtonTap"></NavigationButton>
77
</ActionBar>
88
<StackLayout>
9-
<MDProgress :value="value" maxValue="100" color="red"></MDProgress>
9+
<MDProgress :value="value" maxValue="100" color="red" padding="0"></MDProgress>
10+
<MDProgress busy indeterminate="true" height="10" padding="0"/>
11+
<AbsoluteLayout height="10" width="100%" backgroundColor="green"/>
1012
<MDProgress value="50" maxValue="100" ></MDProgress>
1113
</StackLayout>
1214
</Page>

0 commit comments

Comments
 (0)