Tests to verify Android native features.

This commit is contained in:
Bryce Curtis
2012-03-28 22:53:38 -05:00
parent dfc86b1af1
commit c18c0b415e
56 changed files with 6621 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Hello World, tests"
/>
</LinearLayout>