Hi,

I am trying to debug on a phone.
So I am trying to put some messages over the display.
Some simple way to have messages stream down or such.

Simple is good. I didn't see any examples anywhere..
Heres my layout. I have a touchview but I can remove that temporarily...

Thanks for looking!
-cellurl


<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android";
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">

    <org.wikispeedia.screamingspeedometer2.JetBoyView 
android:id="@+id/JetBoyView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" /> 

 <TextView  
    android:id="@+id/touchView" 
    android:background="#0000" 
    android:layout_weight="1" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    />

</FrameLayout>


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to