| Interface | Description |
|---|---|
| BootstrapAlert.VisibilityChangeListener |
Provides methods which receive callbacks in response to changes in the view visibility.
|
| BootstrapButton.OnCheckedChangedListener |
instances of this can be used with .setOnCheckedChangedLisener to notify you when the state of a radio, togle or checkbox button has changed.
|
| BootstrapDropDown.OnDropDownItemClickListener |
A listener which provides methods relating to
BootstrapDropDown |
| Class | Description |
|---|---|
| AwesomeTextView |
This class extends the default Android TextView to supply Bootstrap behaviour.
|
| BootstrapAlert | |
| BootstrapBadge | |
| BootstrapButton |
BootstrapButtons are regular buttons styled with BootstrapBrand colors, roundable corners, and an
'outlineable' mode.
|
| BootstrapButtonGroup |
BootstrapButtonGroups are a LinearLayout which exclusively holds BootstrapButtons.
|
| BootstrapCircleThumbnail |
BootstrapCircleThumbnails display a circular image with an optional border, that can be themed
using BootstrapBrand colors.
|
| BootstrapDropDown |
BootstrapButtons are buttons which provide contextual menus, styled with BootstrapBrand colors,
roundable corners, and an 'outlineable' mode.
|
| BootstrapEditText |
BootstrapEditText allows users to enter values like a regular Android EditText, and allows coloring
via BootstrapBrand, and rounding of its background.
|
| BootstrapLabel |
BootstrapLabels are designed for showing text styled with BootstrapBrands - they should be
considered similar to a BootstrapButton, but without the press functionality.
|
| BootstrapProgressBar |
BootstrapProgressBar displays determinate progress to the user, and is colored with BootstrapBrands.
|
| BootstrapProgressBarGroup |
BootstrapProgressBarGroups are a LinearLayout which exclusively holds BootstrapProgressBars in a horizontal orientation.
|
| BootstrapText |
Bootstrap Text provides a Builder class, which allows convenient construction of SpannableStrings.
|
| BootstrapText.Builder |
This class should be used to construct BootstrapText instances.
|
| BootstrapThumbnail |
BootstrapThumbnail displays a rectangular image with an optional border, that can be
themed.
|
| BootstrapWell |
BootstrapWells are used as a container layout for other views, typically text.
|
| TypefaceProvider |
Holds static instances of Typefaces, and IconSets, allowing views to use them across the application
without expensive initialisation.
|
| Enum | Description |
|---|---|
| AwesomeTextView.AnimationSpeed |
| Annotation Type | Description |
|---|---|
| BetaApi |
Any class marked with this annotation is subject to Major API changes which may cause client code
to break between releases.
|