1818 android : id =" @+id/github_btn"
1919 style =" @style/home_button"
2020 app : bootstrapBrand =" danger"
21+ app : bootstrapSize =" xl"
2122 app : bootstrapText =" {fa-github} Fork me on Github {fa-heart}"
23+ app : showOutline =" false"
24+ />
25+
26+ <View
27+ android : layout_width =" match_parent"
28+ android : layout_height =" 24dp"
2229 />
2330
2431 <com .beardedhen.androidbootstrap.BootstrapButton
4956 android : id =" @+id/example_bootstrap_progress"
5057 style =" @style/home_button"
5158 android : text =" BootstrapProgressBar"
52- app : bootstrapBrand =" success"
5359 />
5460
5561 <com .beardedhen.androidbootstrap.BootstrapButton
5662 android : id =" @+id/example_bootstrap_progress_group"
5763 style =" @style/home_button"
5864 android : text =" BootstrapProgressBarGroup"
59- app : bootstrapBrand =" success"
6065 />
6166
6267 <com .beardedhen.androidbootstrap.BootstrapButton
6368 android : id =" @+id/example_bootstrap_cricle_thumbnail"
6469 style =" @style/home_button"
6570 android : text =" BootstrapCircleThumbnail"
66- app : bootstrapBrand =" warning"
6771 />
6872
6973 <com .beardedhen.androidbootstrap.BootstrapButton
7074 android : id =" @+id/example_bootstrap_thumbnail"
7175 style =" @style/home_button"
7276 android : text =" BootstrapThumbnail"
73- app : bootstrapBrand =" warning"
7477 />
7578
7679 <com .beardedhen.androidbootstrap.BootstrapButton
7780 android : id =" @+id/example_bootstrap_edit_text"
7881 style =" @style/home_button"
7982 android : text =" BootstrapEditText"
80- app : bootstrapBrand =" info"
8183 />
8284
8385 <com .beardedhen.androidbootstrap.BootstrapButton
8486 android : id =" @+id/example_bootstrap_well"
8587 style =" @style/home_button"
8688 android : text =" BootstrapWell"
87- app : bootstrapBrand =" regular"
8889 />
8990
9091 <com .beardedhen.androidbootstrap.BootstrapButton
9798 android : id =" @+id/example_bootstrap_alert"
9899 style =" @style/home_button"
99100 android : text =" BootstrapAlert"
100- app : bootstrapBrand =" danger"
101101 />
102102
103103 <com .beardedhen.androidbootstrap.BootstrapButton
104104 android : id =" @+id/example_bootstrap_badge"
105105 style =" @style/home_button"
106106 android : text =" BootstrapBadge"
107- app : bootstrapBrand =" warning"
108107 />
109108 </LinearLayout >
110109</ScrollView >
0 commit comments