-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
Danielle Vass edited this page Nov 22, 2013
·
14 revisions
Welcome to the Android-Bootstrap wiki!
If you have any questions, issues, or just want to let us know where you're using Android Bootstrap tweet us at @BeardedHen or email [email protected]
#Features
- Uses min SDK 7 which is Android 2.1 (Tested on a device running Android 2.2)
- Bootstrap buttons as per Bootstrap v3
- Rounded buttons
- Disabled buttons
- Various sized buttons (large to extra small)
- Just text buttons
- Left, right, left and right, or just icon button
- Font Awesome text as per Font Awesome v4
- Animations to Font Awesome Text items
- EditText backgrounds
#Coming Soon...
- Bootstrap Button text alignment
- tabs
- working with the action bar
#Installation
download the AndroidBootstrap library, import the library into your Android workspace, for more detailed instructions please read this guide!
WARNING: YOU MUST ALSO INCLUDE THE fontawesome-webfont.ttf FILE INTO YOUR OWN PROJECTS ASSETS FOLDER
In each layout file, paste the following two lines below xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
xmlns:fontawesometext="http://schemas.android.com/apk/res-auto"
#How to use