• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps 9-slice image problems

As you see in the following image
the 9-slice image isnt shown correctly.
I've used there an image button and set the src attribute to that image:

2pyojut.jpg


Any ideas what i could do to solve that? :D
 
I see a blue box inside a blue box with what looks like something covered up by a black marker. Other than that, I have no idea what you're asking. What, pray tell, is a 9-slice image?
 
Draw 9-patch | Android Developers

I dont know how to solve your problem, but have you tried making sure you are using the right bitmap and it's named correctly ( ie "my_image.9.png") ? And make sure a similar named bitmap isnt in /res/drawable ( ie "my_image.png")?

Then try drawing different stretch areas in the 9-patch tool?
 
Back
Top Bottom