1

enter image description here

I'm android app beginner developer.

I made an 9-patch to use image like above.

Dotted line of image is not repeated only stretched.

enter image description here

I have to write text on the image like above.

How can some part of image be repeated ?

Please tell me some advice.

hyekyung
  • 671
  • 2
  • 14
  • 27

1 Answers1

2

I dont think you can do that. 9-path image only stretches some part of the image. One solution could be is to use 3 drawables. One being the left arrow, one being the right arrow and one being the center image that is to be repeated. Then you can repeat the center image with dotted line as given here and here.

Community
  • 1
  • 1
Antrromet
  • 15,294
  • 10
  • 60
  • 75