Bearded-Hen / Android-Bootstrap

Bootstrap style widgets for Android, with Glyph Icons
MIT License
7.29k stars 1.43k forks source link

How can I change the width of inclined lines? So that they become narrower or wider? #199

Closed stovberpv closed 7 years ago

stovberpv commented 7 years ago

I already imported the library into my application, but I could not find a place where I can adjust the width of the lines. image

Thanks in advance.

jamie-beardedhen commented 7 years ago

You can try setting the BootstrapSize on the progressbar, which will increase/decrease the width of the view. The width of the line == the view Height * 2.

If you require further control then it would probably be best to extend the class and override the draw method, or fork the library.