Skip to content

Commit cfda4c9

Browse files
authored
Update README.md
1 parent 0d99541 commit cfda4c9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,22 @@ Widgets
77

88
- Rounded Rectanglular button
99

10+
11+
12+
Usage:
13+
14+
<org.buffer.android.widgets.RoundedButton
15+
android:id="@+id/button_save"
16+
android:text="@string/button_save_account_details"
17+
app:bufferButtonStyle="dark" />
18+
19+
bufferButtonStyle can be set to either dark, light or clear
20+
21+
1022
- Counter View
1123

24+
For more information on the counter view, please see the repository [here](https://github.com/bufferapp/CounterView)
25+
1226
Dimensions
1327
----------
1428

0 commit comments

Comments
 (0)