Skip to content

Commit 223326d

Browse files
committed
increment version
1 parent a964a38 commit 223326d

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=2.2.0
2-
VERSION_CODE=220
1+
VERSION_NAME=2.3.0
2+
VERSION_CODE=230
33
GROUP=com.beardedhen
44

55
POM_DESCRIPTION=Bootstrap style widgets for Android, with Glyph Icons

sample/src/main/res/layout/activity_main.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
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
@@ -49,42 +56,36 @@
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
@@ -97,14 +98,12 @@
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

Comments
 (0)