Skip to content
jamie-beardedhen edited this page Feb 26, 2016 · 1 revision

###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"/>
BootstrapDropdown
Clone this wiki locally