Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 11d785ddb7d416e18623e85e4345804f9463f5a1
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Fri Apr 24 17:06:08 2020
Adds strokeWidth parameter to CircularProgressIndicator
Fixes: b/154919081
Test: ProgressIndicatorTest, demos
Relnote: Adds strokeWidth parameter to CircularProgressIndicator to customize the stroke size. To change the stroke size (height) of a LinearProgressIndicator, you can use Modifier.preferredHeight() or another size modifier.
Change-Id: Icea1609a1dd22cd9becf2b0ed96830c1ea752eab
Merged-In: Icea1609a1dd22cd9becf2b0ed96830c1ea752eab
M ui/ui-material/api/0.1.0-dev11.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev11.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev11.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/ui/material/demos/ProgressIndicatorDemo.kt
M ui/ui-material/src/main/java/androidx/ui/material/ProgressIndicator.kt
https://android-review.googlesource.com/1295168
Branch: androidx-master-dev
commit 11d785ddb7d416e18623e85e4345804f9463f5a1
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Fri Apr 24 17:06:08 2020
Adds strokeWidth parameter to CircularProgressIndicator
Fixes:
Test: ProgressIndicatorTest, demos
Relnote: Adds strokeWidth parameter to CircularProgressIndicator to customize the stroke size. To change the stroke size (height) of a LinearProgressIndicator, you can use Modifier.preferredHeight() or another size modifier.
Change-Id: Icea1609a1dd22cd9becf2b0ed96830c1ea752eab
Merged-In: Icea1609a1dd22cd9becf2b0ed96830c1ea752eab
M ui/ui-material/api/0.1.0-dev11.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev11.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev11.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/ui/material/demos/ProgressIndicatorDemo.kt
M ui/ui-material/src/main/java/androidx/ui/material/ProgressIndicator.kt
Description