Hi,

@Override
        protected void onCreate(Bundle savedInstanceState) {
                super.onCreate(savedInstanceState);
                setContentView(new SampleView(this));
        }
        private static class SampleView extends View implements
OnGestureListener {

but how could I make that I use a Layout, where are three Buttons are
included and
implement the above Sampleview?

Just for explanation:
I need the Sampleview for a Diagram I created, but i would be great to
place two normal buttons bellow... is this possible? or do I have to
create a normal
layout xml with a Bitmap inside and paint there my stuff?

Thanks
Chris

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to