Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Material] Circular Progress Indicator #5007

Closed
PureWeen opened this issue Jan 17, 2019 · 0 comments · Fixed by #5088
Closed

[Material] Circular Progress Indicator #5007

PureWeen opened this issue Jan 17, 2019 · 0 comments · Fixed by #5088

Comments

@PureWeen
Copy link
Contributor

PureWeen commented Jan 17, 2019

Material Circular Progress Indicator

https://material.io/design/components/progress-indicators.html#circular-progress-indicators

  • Visually Identical
    The rendering should be such that the naked eye can’t tell the difference at a glance. Not to be confused with “pixel perfect”

ActivityIndicator doesn't expose very many apis so the expectation here is that the default would size and color itself the same on iOS and Android

The hopefully not too tricky part here will be that there is only a Material Activity Indicator on iOS. On the android one it's still just using the original control so material visual on Android will just apply default styles or just inherit from the existing renderer

Current state of implementation

image

Scenarios

<ActivityIndicator Visual="Material"  />

Difficulty : medium

@PureWeen PureWeen added this to the 4.0.0 milestone Jan 17, 2019
@PureWeen PureWeen changed the title [Material, WIP] Circular Progress Indicator [Material] Circular Progress Indicator Jan 18, 2019
@samhouts samhouts removed this from the 4.0.0 milestone Mar 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants