William Jockusch
William Jockusch

Reputation: 27295

Xamarin -- support for 9-patch?

Does Xamarin support 9-patch images in a cross-platform way? The ideal would be to create the image from the same file for iOS, Android, and Windows.

Upvotes: 1

Views: 1108

Answers (1)

William Jockusch
William Jockusch

Reputation: 27295

As best I can tell, the answer appears to be "not in any way that makes sense for me to use." The best option is going to be to have separate image resources for each platform. The splat library does do some cross-platform image handling, but not 9-patch, and I'm not sure about its performance.

Upvotes: 1

Related Questions