Started working on API demo app

This commit is contained in:
Dominik
2012-06-13 19:28:21 +03:00
parent ea39b14bf5
commit 428a9c5396
17 changed files with 741 additions and 1 deletions
@@ -0,0 +1,13 @@
<?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" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="send Intent" />
</LinearLayout>