We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
###BootstrapButtonGroup
See the sample code. This view allows BootstrapButtons to be grouped together and their attributes controlled en masse.
<com.beardedhen.androidbootstrap.BootstrapButtonGroup android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="BootstrapButtonGroup" android:orientation="vertical" app:bootstrapBrand="success" app:bootstrapSize="lg" app:roundedCorners="true" > <com.beardedhen.androidbootstrap.BootstrapButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="BootstrapButton 1" /> <com.beardedhen.androidbootstrap.BootstrapButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="BootstrapButton 2" /> </com.beardedhen.androidbootstrap.BootstrapButtonGroup>
The attributes can also be controlled using view setters.
buttonGroup.setBootstrapSize(DefaultBootstrapSize.XL;);