Bearded-Hen / Android-Bootstrap

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

Bootstrap Label Corners not changing to Square #181

Closed JP1016 closed 7 years ago

JP1016 commented 7 years ago

Im always getting the rounded corners

 <com.beardedhen.androidbootstrap.BootstrapLabel
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_weight="50"
                            android:text="05:15"
                            app:bootstrapBrand="info"
                            app:bootstrapHeading="h6"
                            app:roundedCorners="false"
                            />
xmlns:app="http://schemas.android.com/apk/res-auto"

changing the app:roundedCorners is not making any changes nor does setRounded method

jamie-beardedhen commented 7 years ago

Fixed in 2.3.1