-1

i have an activity with buttons, textviews, and so on. all i want is to draw some lines inside this activity.

is this possible? if yes, how?

can someone give me a tip?

thanks, prexx

Prexx
  • 2,833
  • 5
  • 26
  • 47

1 Answers1

2

Drawing takes place inside of views, You should override onDraw method of the view you are going to draw on. Also you could check following example

woodshy
  • 4,007
  • 3
  • 19
  • 20