22
33<ScrollView
44 xmlns : android =" http://schemas.android.com/apk/res/android"
5+ xmlns : app =" http://schemas.android.com/apk/res-auto"
56 android : layout_width =" match_parent"
67 android : layout_height =" match_parent"
78 >
89
910 <LinearLayout
1011 android : layout_width =" match_parent"
1112 android : layout_height =" wrap_content"
12- android : padding =" 16dp"
1313 android : orientation =" vertical"
14+ android : padding =" 16dp"
1415 >
1516
16- <Button
17+ <com .beardedhen.androidbootstrap.BootstrapButton
18+ android : id =" @+id/github_btn"
19+ style =" @style/home_button"
20+ app : bootstrapBrand =" danger"
21+ app : bootstrapText =" {fa-github} Fork me on Github {fa-heart}"
22+ />
23+
24+ <com .beardedhen.androidbootstrap.BootstrapButton
1725 android : id =" @+id/example_bootstrap_button"
1826 style =" @style/home_button"
1927 android : text =" BootstrapButton"
2028 />
2129
22- <Button
30+ <com .beardedhen.androidbootstrap.BootstrapButton
2331 android : id =" @+id/example_bootstrap_btn_group"
2432 style =" @style/home_button"
2533 android : text =" BootstrapButtonGroup"
2634 />
2735
28- <Button
36+ <com .beardedhen.androidbootstrap.BootstrapButton
2937 android : id =" @+id/example_fontawesometext"
3038 style =" @style/home_button"
3139 android : text =" AwesomeTextView"
3240 />
3341
34- <Button
42+ <com .beardedhen.androidbootstrap.BootstrapButton
43+ android : id =" @+id/example_bootstrap_label"
44+ style =" @style/home_button"
45+ android : text =" BootstrapLabel"
46+ />
47+
48+ <com .beardedhen.androidbootstrap.BootstrapButton
3549 android : id =" @+id/example_bootstrap_progress"
3650 style =" @style/home_button"
3751 android : text =" BootstrapProgressBar"
52+ app : bootstrapBrand =" success"
3853 />
3954
40- <Button
55+ <com .beardedhen.androidbootstrap.BootstrapButton
4156 android : id =" @+id/example_bootstrap_progress_group"
4257 style =" @style/home_button"
4358 android : text =" BootstrapProgressBarGroup"
59+ app : bootstrapBrand =" success"
4460 />
4561
46- <Button
47- android : id =" @+id/example_bootstrap_label"
48- style =" @style/home_button"
49- android : text =" BootstrapLabel"
50- />
51-
52- <Button
53- android : id =" @+id/example_bootstrap_edit_text"
54- style =" @style/home_button"
55- android : text =" BootstrapEditText"
56- />
57-
58- <Button
62+ <com .beardedhen.androidbootstrap.BootstrapButton
5963 android : id =" @+id/example_bootstrap_cricle_thumbnail"
6064 style =" @style/home_button"
6165 android : text =" BootstrapCircleThumbnail"
66+ app : bootstrapBrand =" warning"
6267 />
6368
64- <Button
69+ <com .beardedhen.androidbootstrap.BootstrapButton
6570 android : id =" @+id/example_bootstrap_thumbnail"
6671 style =" @style/home_button"
6772 android : text =" BootstrapThumbnail"
73+ app : bootstrapBrand =" warning"
6874 />
69- <Button
75+
76+ <com .beardedhen.androidbootstrap.BootstrapButton
77+ android : id =" @+id/example_bootstrap_edit_text"
78+ style =" @style/home_button"
79+ android : text =" BootstrapEditText"
80+ app : bootstrapBrand =" info"
81+ />
82+
83+ <com .beardedhen.androidbootstrap.BootstrapButton
7084 android : id =" @+id/example_bootstrap_well"
7185 style =" @style/home_button"
72- android : text =" BootstrapWell" />
73-
74- <Button
86+ android : text =" BootstrapWell"
87+ app : bootstrapBrand =" regular"
88+ />
89+
90+ <com .beardedhen.androidbootstrap.BootstrapButton
7591 android : id =" @+id/example_bootstrap_dropdown"
7692 style =" @style/home_button"
77- android : text =" BootstrapDropdown" />
93+ android : text =" BootstrapDropdown"
94+ />
7895
79- <Button
96+ <com .beardedhen.androidbootstrap.BootstrapButton
8097 android : id =" @+id/example_bootstrap_alert"
8198 style =" @style/home_button"
82- android : text =" BootstrapAlert" />
99+ android : text =" BootstrapAlert"
100+ app : bootstrapBrand =" danger"
101+ />
83102
84- <Button
103+ <com .beardedhen.androidbootstrap.BootstrapButton
85104 android : id =" @+id/example_bootstrap_badge"
86105 style =" @style/home_button"
87- android : text =" BootstrapBadge" />
106+ android : text =" BootstrapBadge"
107+ app : bootstrapBrand =" warning"
108+ />
88109 </LinearLayout >
89110</ScrollView >
0 commit comments