-
Notifications
You must be signed in to change notification settings - Fork 1.4k
BootstrapWell
jamie-beardedhen edited this page Feb 26, 2016
·
1 revision
###BootstrapWell Displays a view in a themed container. BootstrapWell extends from FrameLayout, so you can only add one child View.
<com.beardedhen.androidbootstrap.BootstrapWell
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="8dp"
app:bootstrapSize="xl">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="Look, I'm in a large well!"
/>
</com.beardedhen.androidbootstrap.BootstrapWell>