You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ dependencies {
25
25
Alternatively you can use Android Bootstrap as a library project by downloading the source and linking to it in Eclipse.
26
26
27
27
28
-
### Four more steps
28
+
### Usage
29
29
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__
31
31
32
32
2. Paste the following XML into a layout file to create a BootstrapButton:
0 commit comments