Skip to content

Commit 7cf0b59

Browse files
author
Danielle Vass
committed
updated buttons
1 parent 8e1e939 commit 7cf0b59

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,33 @@ Android-Bootstrap
33

44
![alt text](https://raw.github.com/Bearded-Hen/Android-Bootstrap/master/images/device-2013-11-01-155630_framed.png "Device Image")
55

6-
#Current Capabilities
6+
#Features
77

88
#Coming Soon...
99

10+
#Installation
11+
12+
download the AndroidBootstrap library, import the library into your Android workspace, on the project you wish to use it in right click properties, add AndroidBootstrap as a library!
13+
14+
*WARNING: YOU MUST ALSO INCLUDE the fontawesome-webfont.ttf FILE INTO YOUR OWN PROJECTS ASSETS*
15+
1016
#How to use
1117

1218
## Basic Bootstrap Button
1319
![alt text](https://raw.github.com/Bearded-Hen/Android-Bootstrap/master/images/buttons.png "regular bootstrap buttons")
1420

21+
```xml
22+
<com.beardedhen.androidbootstrap.BootstrapButton
23+
android:layout_width="wrap_content"
24+
android:layout_height="wrap_content"
25+
android:text="Default"
26+
androidbootstrap:type="default"
27+
androidbootstrap:icon_left="fa-heart"
28+
android:layout_margin="10dp"
29+
/>
30+
```
31+
32+
1533

1634
## Rounded Bootstrap Button
1735
![alt text](https://raw.github.com/Bearded-Hen/Android-Bootstrap/master/images/buttons_rounded.png "rounded bootstrap buttons")

fontawesome-webfont.ttf

78.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)