Hi All, I'm working on a fretboard application. The fretboard and strings are being rendered in the onDraw method of my custom View. They are basically a bunch of ShapeDrawable rectangles.
When the user opens a dialog and selects a scale/chord, the application will overlay the scale/chord on the fretboard with circles representing the notes. I can pretty easily continue to draw circle shapes on the View to represent the notes, but am not sure how to add text to those circles. I'm hoping someone can validate my approach, or else tell me I'm going down the wrong path. I don't see an obvious way to absolutely place numerous text instances onto a View. Thanks, Matt -- 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

