add AndroidBootstrap lib

This commit is contained in:
Dominik Schürmann
2014-01-09 12:31:45 +01:00
parent 14a8738933
commit 11ed8d7e16
68 changed files with 3121 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/layout"
android:orientation="horizontal">
<TextView
android:id="@+id/lblText"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center"
android:padding="3dp"
/>
</LinearLayout>