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.
###BootstrapDropDown Displays a view with dropdown options, supplied by an array of strings. Values can be displayed by XML, or via a java setter.
<com.beardedhen.androidbootstrap.BootstrapDropDown android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8dp" app:bootstrapText="Medium {fa_thumbs_o_up}" app:bootstrapBrand="regular" app:roundedCorners="true" app:bootstrapSize="md" app:dropdownResource="@array/bootstrap_dropdown_example_data" app:bootstrapExpandDirection="down"/>