Top "Nine-patch" questions

A NinePatch is a stretchable bitmap image, which Android will automatically resize to accommodate the contents of the View in which you have placed it as the background.

How to change the spinner background in Android?

I am developing an app in which I need to change the spinner background layout to match the background color. …

android android-spinner nine-patch
Creating & Using 9-patch images in Android

I recently heard about 9-patch images. I know its 9 tiled and is stretchable. I'd like to know more about it. …

android android-drawable nine-patch
Android - Unable to open content: file:///storage/emulated/0

I've a widget with nine-patch image background. The image was saved in /sdcard/mydir/bgs. When I try to load …

android widget nine-patch
9-patch image error in Android

Whenever I try to add a 9-patch image to the \drawable folder in my project, I get the same error: …

android nine-patch aapt
How to create android spinner without down triangle on the right side of the widget

I have a screen where the user has many items to input so screen space is at a premium. I …

android android-layout spinner nine-patch
Convert png images to 9 patch in Android Studio

In android studio,you can edit 9 patches directly from with the IDE. But is it also possible to convert an …

android user-interface nine-patch android-studio
How to create 9 patch in Photoshop? What is 9.png encoding?

Provided utility looks bad, for example it does not allow to do "Save As", or to draw several button states …

android photoshop nine-patch
How to use 9-patch images in IOS?

I want to use 9-patch images in my IOS app. Is it possible?

ios nine-patch
How to add the bubbles to textview android?

In my application, I want to set bubbles to a text view, in the text view I add the setBackgroundResource() …

android android-intent android-custom-view nine-patch
Create a NinePatch/NinePatchDrawable in runtime

I have a requirement on my Android application that parts on the graphics should be customizable, by retrieving new colors …

android networking runtime nine-patch