You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">
<TextViewandroid: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>