thedesolatesoul Expert Licensed User Longtime User Aug 11, 2011 #1 Is it possible to change the color of a progressbar? The Color property only changes the views background color? Thanks!
Is it possible to change the color of a progressbar? The Color property only changes the views background color? Thanks!
moster67 Expert Licensed User Longtime User Aug 11, 2011 #2 Nope. I already asked this sometime ago. It's a limitation of Android. Sent from my HTC HD2 using Tapatalk Upvote 0
Nope. I already asked this sometime ago. It's a limitation of Android. Sent from my HTC HD2 using Tapatalk
Erel B4X founder Staff member Licensed User Longtime User Aug 11, 2011 #3 Actually Android allows you to change the color by providing a special Drawable object that knows how to draw the progress. This may be added in the future. Upvote 0
Actually Android allows you to change the color by providing a special Drawable object that knows how to draw the progress. This may be added in the future.
K Kamac Active Member Licensed User Longtime User Aug 11, 2011 #4 Actually, you could script your own customizable progress bar Upvote 0
thedesolatesoul Expert Licensed User Longtime User Aug 11, 2011 #5 Possible to script one together, dont know how efficient it would be though! Is it possible to create your own views? Like ocx controls? Anyways, can I use an xml file to change the color as suggested here:How to change progress bar's progress color in Android - Stack Overflow Havent tried this yet though. Upvote 0
Possible to script one together, dont know how efficient it would be though! Is it possible to create your own views? Like ocx controls? Anyways, can I use an xml file to change the color as suggested here:How to change progress bar's progress color in Android - Stack Overflow Havent tried this yet though.
Erel B4X founder Staff member Licensed User Longtime User Aug 12, 2011 #6 You can create a custom progress bar by drawing on a panel. There shouldn't be any performance issues. You cannot declare layouts with XML. Upvote 0
You can create a custom progress bar by drawing on a panel. There shouldn't be any performance issues. You cannot declare layouts with XML.