Why not just use a Toast? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware
On Thu, Jul 19, 2012 at 9:52 PM, cellurl <[email protected]> wrote: > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

