We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code will make the left of the bargroup round, however the right will be squared.
`<com.beardedhen.androidbootstrap.BootstrapProgressBarGroup android:id="@+id/barGroup" android:layout_width="match_parent" android:layout_height="12dp" android:layout_gravity="bottom" app:bootstrapMaxProgress="100" app:bootstrapSize="lg" app:roundedCorners="true">
<com.beardedhen.androidbootstrap.BootstrapProgressBar android:id="@+id/homeBar" android:layout_width="0dp" android:layout_height="wrap_content" app:bootstrapBrand="danger" app:bootstrapProgress="30" app:roundedCorners="true" /> <com.beardedhen.androidbootstrap.BootstrapProgressBar android:id="@+id/awayBar" android:layout_width="0dp" android:layout_height="wrap_content" app:bootstrapBrand="warning" app:bootstrapProgress="70" app:roundedCorners="true" /> </com.beardedhen.androidbootstrap.BootstrapProgressBarGroup>`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This code will make the left of the bargroup round, however the right will be squared.
`<com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
android:id="@+id/barGroup"
android:layout_width="match_parent"
android:layout_height="12dp"
android:layout_gravity="bottom"
app:bootstrapMaxProgress="100"
app:bootstrapSize="lg"
app:roundedCorners="true">
The text was updated successfully, but these errors were encountered: