-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fixed bugs and implemented Material icons, progress bar group #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…box and toggle modes
…it will show a percentage in the center of progress
…ed on ProgressBarGroup
hello, would really appreciate the update if no issues, thanks! |
I'll merge this and publish to Maven Central when I get a spare moment |
Hi, I want to test this pull request, I merged @tom-beardedhen's master branch, there are some errors of javadoc generate https://jitpack.io/com/github/bzs/Android-Bootstrap/d7cd2389/build.log |
Hi @Gohan I will take a look in the that when I get a chance as the jetpack log is not very useful. |
@Gohan I have generated java docs through android Studio successfully, do you have nay idea what causes this and dose it stop you using it? |
@tom-beardedhen I am not sure, I just fork the Bearded-Hen/Android-Bootstrap repo, use the master branch, then merge your master branch, then publish the tag for jitpack usage. I'll try later for directly include it in my local environment, use this project as a library. that is what I did: |
@tom-beardedhen the Javadoc method link needs qualification in ProgressView, which will throw off the build process. See http://stackoverflow.com/questions/5915992 The support annotation warnings have always been there, I guess we should open up another issue for those. |
Fixed issues: #164 #162 #161 #155 #119
Added Material Icon font #166
Added progress bar group to allow for stacked progress bars, and added progress % label see #165