Android-Bootstrap icon indicating copy to clipboard operation
Android-Bootstrap copied to clipboard

Bootstrap style widgets for Android, with Glyph Icons

Results 33 Android-Bootstrap issues
Sort by recently updated
recently updated
newest added

Hi, Calling setVisibility(View.GONE) or setVisibility(View.VISIBLE) does not have any effect on a BootstrapButton object. Also setting these flags in the XML does not change the visibility. The only option as...

This code will make the left of the bargroup round, however the right will be squared. ` `

#221 fixed MotionEvent ACTION_UP. I've got a test in trouble.

in case use a radio button in a scroll view, the radio button is inadvertently selected when the user scrolls.

HI Bearded-Hen, Its not an issue but as per my requirement I need the **progress animation in forward direction**. If u can suggest me an edit please let me know....

enhancement
question

How can set data to BootstrapDropDown programmatically?

bootstrap brand, its display is not corresponding appropriately to various options selected... displaying grey color

here is what i actually got at this line : **bootstrapProgressBar.setMaxProgress(200);** ``` Caused by: java.lang.ClassCastException: android.support.constraint.ConstraintLayout cannot be cast to com.beardedhen.androidbootstrap.BootstrapProgressBarGroup at com.beardedhen.androidbootstrap.BootstrapProgressBar.setMaxProgress(BootstrapProgressBar.java:591) at com.ebiztechnocrats.humanresource.Login$override.onCreate(Login.java:136) ```

I'm trying to attach a dropdown to an activity programmatically but it just doesnt work. The bootstrap edit text works fine but the dropdown crashes everytime. I have even had...

Google depreciated compile and now reccomends using implementation when adding gradle dependencies. I updated the readme to reflect this change.