Skip to content

Bootstrap Edit Text

fractalwrench edited this page Jan 8, 2016 · 6 revisions

###BootstrapEditText See the Sample Code. This view allows editing of text in a widget themed using BootstrapBrand. The size of the view can also be changed to sensible defaults.

<com.beardedhen.androidbootstrap.BootstrapEditText
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"
 app:bootstrapSize="md"
 app:bootstrapBrand="info"
 />
BootstrapEditText
Clone this wiki locally