Skip to content

Commit e6c69d5

Browse files
Update README.md
update readme
1 parent 873cffa commit e6c69d5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies {
2525
Alternatively you can use Android Bootstrap as a library project by downloading the source and linking to it in Eclipse.
2626

2727

28-
### Four more steps
28+
### Usage
2929

30-
1. Copy [__fontawesome-webfont.ttf__](https://github.com/Bearded-Hen/Android-Bootstrap/raw/master/fontawesome-webfont.ttf) into the __assets folder__ of your project, as otherwise __FontAwesome won't work__.
30+
1. Copy [__fontawesome-webfont.ttf__](https://github.com/Bearded-Hen/Android-Bootstrap/raw/master/fontawesome-webfont.ttf) into the __assets folder__ of your project, as otherwise __FontAwesome won't work__. In a default Android Studio project this should be located at __app/src/main/assets__
3131

3232
2. Paste the following XML into a layout file to create a BootstrapButton:
3333

@@ -53,7 +53,9 @@ xmlns:bootstrap="http://schemas.android.com/apk/res-auto"
5353

5454
## More Information
5555

56-
For further information and examples please look at the test project or the [wiki](https://github.com/Bearded-Hen/Android-Bootstrap/wiki):
56+
For examples please checkout the [test project](https://github.com/Bearded-Hen/AndroidBootstrapSample) which contains sample code.
57+
58+
Alternatively feel free to inspect the library source or look at the [wiki](https://github.com/Bearded-Hen/Android-Bootstrap/wiki):
5759
* [bootstrap buttons](https://github.com/Bearded-Hen/Android-Bootstrap/wiki/Bootstrap-Button)
5860
* [font awesome texts](https://github.com/Bearded-Hen/Android-Bootstrap/wiki/Font-Awesome-Text)
5961
* [bootstrap edit texts](https://github.com/Bearded-Hen/Android-Bootstrap/wiki/Bootstrap-Edit-Text)
@@ -76,7 +78,7 @@ If you have any questions, issues, or just want to let us know where you're usin
7678
* Various sized buttons (large to extra small)
7779
* Just text buttons
7880
* Left, right, left and right, or just icon button
79-
* Font Awesome text as per Font Awesome v4
81+
* Font Awesome text as per Font Awesome v4.3
8082
* Animations to Font Awesome Text items
8183
* EditText backgrounds and states
8284

0 commit comments

Comments
 (0)