Initial commit.

This commit is contained in:
2013-11-21 08:10:12 -04:30
commit 1265e6ed85
17 changed files with 138 additions and 0 deletions

7
res/layout/main.xml Normal file
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="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
</LinearLayout>