[TIMOB-26480] Android: Titanium.UI.ProgressBar 'color' setting portion of progressBar - should be text only
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-12-10T15:17:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.0 |
Components | Android |
Labels | android, progressbar |
Reporter | David van de Meer |
Assignee | Yordan Banev |
Created | 2018-10-23T02:42:17.000+0000 |
Updated | 2018-12-11T11:30:17.000+0000 |
Hello, Thanks for sharing with us. Are you experiencing this in all android devices or any specific device?
this is a SDK design oversight problem, not a Android device issue.
tintColor
andtrackTintColor
should set the Progressbar Colorcolor
should set the text color the sdk module only accounts for color as seen here and uses that to set the progress bar color as well https://github.com/appcelerator/titanium_mobile/blob/master/android/modules/ui/src/java/ti/modules/titanium/ui/widget/TiUIProgressBar.java#L67PR: https://github.com/appcelerator/titanium_mobile/pull/10478
FR passed. Waiting for CR to merge
PR merged
Closing ticket, fix verified in SDK version 8.0.0.v20181210172243. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/10478