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 f88ff37 commit ed53d28Copy full SHA for ed53d28
demo-vue/app/App_Resources/Android/before-plugins.gradle
@@ -2,5 +2,5 @@
2
ext {
3
androidxVersion = "1.0.2"
4
androidXAppCompat = "1.0.2"
5
- androidXMaterial = "1.2.1"
+ androidXMaterial = "1.3.0"
6
}
demo-vue/app/examples/ProgressBars.vue
@@ -6,7 +6,9 @@
@tap="onNavigationButtonTap"></NavigationButton>
7
</ActionBar>
8
<StackLayout>
9
- <MDProgress :value="value" maxValue="100" color="red"></MDProgress>
+ <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"/>
12
<MDProgress value="50" maxValue="100" ></MDProgress>
13
</StackLayout>
14
</Page>
0 commit comments