res/layout/main.xml
author Da Risk <darisk972@gmail.com>
Thu, 12 Mar 2009 23:46:51 +0100
changeset 12 c9ff263c29ad
parent 0 ea84f930b04a
child 4 c36eb0599813
permissions -rw-r--r--
Now the exchange of data work some times. But i think the exchenge should be in the MediaSession not in the callback

<?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, Beem"
    />
</LinearLayout>