Generally make the Android UI better.

This commit is contained in:
Ryan Houdek
2013-04-23 14:21:48 -05:00
parent 453fdff4bd
commit bd72e13dd4
17 changed files with 704 additions and 160 deletions

View File

@ -0,0 +1,7 @@
<?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="match_parent"
android:orientation="vertical" >
</LinearLayout>