1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ android : layout_width =" match_parent"
5+ android : layout_height =" match_parent"
6+ android : background =" @android:color/white"
7+ android : orientation =" vertical" >
8+
9+ <com .beardedhen.androidbootstrap.BootstrapWell
10+ android : layout_width =" match_parent"
11+ android : layout_height =" wrap_content"
12+ android : layout_gravity =" center"
13+ android : layout_margin =" 8dp"
14+ app : bootstrapSize =" xs" >
15+
16+ <TextView
17+ android : layout_width =" wrap_content"
18+ android : layout_height =" wrap_content"
19+ android : gravity =" right"
20+ android : text =" Look, I'm in a small well!" />
21+ </com .beardedhen.androidbootstrap.BootstrapWell>
22+
23+ <com .beardedhen.androidbootstrap.BootstrapWell
24+ android : layout_width =" match_parent"
25+ android : layout_height =" wrap_content"
26+ android : layout_gravity =" center"
27+ android : layout_margin =" 8dp" >
28+
29+ <TextView
30+ android : layout_width =" wrap_content"
31+ android : layout_height =" wrap_content"
32+ android : gravity =" right"
33+ android : text =" Look, I'm in a well!" />
34+ </com .beardedhen.androidbootstrap.BootstrapWell>
35+
36+ <com .beardedhen.androidbootstrap.BootstrapWell
37+ android : layout_width =" match_parent"
38+ android : layout_height =" wrap_content"
39+ android : layout_gravity =" center"
40+ android : layout_margin =" 8dp"
41+ app : bootstrapSize =" xl" >
42+
43+ <TextView
44+ android : layout_width =" wrap_content"
45+ android : layout_height =" wrap_content"
46+ android : gravity =" right"
47+ android : text =" Look, I'm in a large well!" />
48+ </com .beardedhen.androidbootstrap.BootstrapWell>
49+ </LinearLayout >
0 commit comments