Tagged Questions
The nine-patch tag has no wiki summary.
11
votes
4answers
3k views
Is there a nine-patch loader for iPhone?
Android has a nice way of defining stretchable images called a nine-patch. See these docs for a description of the concept. The idea is to surround a png image with a 1-pixel border where you can ...
8
votes
3answers
786 views
Android: 9-patch repeat pattern instead of stretching
I have a 9-patch image file which looks like this:
When I use it it appears like this:
What I actually wanted to achieve is the complete dot in the center repeated instead of stretched. I hope ...
7
votes
4answers
2k views
Eclipse bug with nine patch files?
I tried to convert all my buttons background to .9.png, but I have a problem with Eclipse.
I created my nine patch .png with the tool, but since I put it in my /res/drawable folder, I have the ...
6
votes
3answers
3k views
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 and images from the server side. Some of these images are nine-patch images.
...
6
votes
4answers
1k views
How to cover a 9-PATCH-PNG entirely?
I try to implement a hover effect (effect when button is pressed) through putting a semi transparent PNG file on top of the button background and the button icon. Unfortunatly the button background ...
5
votes
2answers
217 views
Currently available cross-browser nine-patch solution for border-radius
I've recently developed for Android and discovered how great 9-patch is. I wondered could it be used in web design, so did zng; the answer is yes.
My question now is, is there anything (a jQuery ...
5
votes
4answers
4k views
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 want the look of the widget on the screen (before the user presses it) to be similar to an EditText or the ...
5
votes
1answer
134 views
Is there a tool to allow the use of Android's 9-patches in Javascript?
I'd like a Javascript library that will stretch/scale 9-patch images correctly. Know of one?
4
votes
1answer
1k views
android 9-patch graphic doesn't scale in image view
I have
<LinearLayout android:id="@+id/LinearLayout01"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView ...
4
votes
6answers
3k views
Android / 9-patch PNG: What, if I need smth like a 11-patch PNG?
In Draw 9-patch, everything looks fine. However, my SDK says the 9-patch png is malformed. Because I have something like an 11-patch png. Because I don't want the little grabbing area to be scaled. ...
3
votes
3answers
168 views
How to create nine-patch and use it in my App?
I want to create a nine-patch image and use that in my App but I don't know how to create it?
I've searched through the Android source code on the Web and I can't seem to find any examples of this.I ...
3
votes
3answers
267 views
Best way to implement design in Android Application?
I am currently developing an Android Application for a company who are set on having this type of design and targeting Hires devices however I have found that this is very difficult to do and on some ...
3
votes
3answers
380 views
How do I go about including the Tortuga 22 NinePatch library to my XCode project?
First of all, there is finally NinePatch support for the iPhone, BIG thanks to the Tortuga 22 team for that. Unfortunately for me I have not been able to add their library to my project.
What is ...
2
votes
5answers
61 views
How to put several text views over and image view in android?
I want to achieve following effect in my android app:
As background I use a nine-patch png image. I tried it like this with just one text view
<ImageView
android:id="@+id/myImageView"
...
2
votes
2answers
63 views
Ideal dimensions of a ninepatch background
I want to create a ninepatch background file (the background is a gradient image). I would like to know what are the ideal dimensions of the background image?
In addition to that, where should I put ...
2
votes
1answer
119 views
Fully transparent activity with 9 patch corner image
In my activity I try to make it transparent and with a 9 patch corner design , but it still showing a black color at the corner there, anyone know how to get rid of it ?
What I try to do here is Non ...
2
votes
3answers
206 views
Bad 'Patches' in 9-Patch File
I'm attempting to use the Draw9Patch tool from the Android SDK, but immediately upon opening my image with Draw9Patch it shows all of my image area as a 'Bad Patch.' I manually drew in the lines that ...
2
votes
2answers
188 views
Nine patch on a custom viewgroup
I made a nine-patch, and a custom viewgroup, then I made the background of that viewgroup to be the nine-patch.
The problem is: The nine-patch is ignoring the "content area" settings.
So: How I use ...
2
votes
1answer
187 views
Adjusting center of nine-patch png
I have a nine-patch png that I'm using as a popup bubble. It looks like this:
I'm putting it in an TextView of width fill_parent so the bubble expands the width of the screen. As one might ...
2
votes
1answer
1k views
Padding arround textview with nine patch background have no visual effect
Im trying to create toast like control based on textview, and i found very strange behavior of textview in case when it have nine patch drawable as background.
This is xml definition:
...
2
votes
2answers
305 views
Transparent 9patch image: line showing through
I got a transparant 9patch image which has the 9patch lines showing trough.
This is the output:
Obviously I don't want the horizontal lines to be visible.
This is how I created the 9patch:
This ...
2
votes
2answers
451 views
how does a 9patch png work in android apps
In a 9patch png, there are black edges in its four sides, but there is usually difference between the left to right, and the up to down side. Why? How does this difference impact?
2
votes
1answer
698 views
Android: Not more than 1 nine patch image at a time?
I am having problems with nine patch images ( **.9.png ). I have a widget layout and would like to use nine patch images for the widget's backgroud. Here is my background.xml
<selector ...
1
vote
1answer
75 views
Set minimum size or the Nine-Patch
I'd like to have the Nine-Patch drawable as a background of a view. I want it to downscale when the view size is less than minimum that I specify. On the other hand I want this Nine-Patch drawable to ...
1
vote
1answer
63 views
match a nine-patch image with simple image
I want to put two images together (a nine-patch image with icon), So that icon size does not change.
I designed nine-patch image but i don't match these images together.
Is there anyone who can help ...
1
vote
1answer
85 views
Why nine-patch image in RelativeLayour hides all inner elements?
When I set 9.PNG image as RelativeLayout's background, all elements inside it gets shrunken to the middle. Here is the XML and the snapshot.
<RelativeLayout
...
1
vote
1answer
269 views
Creating a 9 Patch with repeatining pattern
iam stuck with the creation of a nine patch for a progressbar background.
It has a repeating pattern like a ruler-scala and that given me headache.
here is a image of what i want(at the bottom) and ...
1
vote
0answers
115 views
NinePatch Alignment Bug?
NinePatch:
Trash can icon NinePatch image
Screenshot:
Screenshot of NinePatch misalignment
Layout XML:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
...
1
vote
2answers
285 views
Strange 9-patch behaviour
I've come across an issue with a 9-patch button background and I can't figure out what I'm doing wrong.
This is the xml configuration for the button:
<Button android:layout_width="wrap_content" ...
1
vote
1answer
307 views
android Can nine-patch images be used instead of the hdpi,mdpi,ldpi
what about nine-patch images.
Can they be used instead of the ?
/res/drawable-hdpi/icon.png ….. 72×72
/res/drawable-mdpi/icon.png …. 48×48
/res/drawable-ldpi/icon.png …… 36×36
What are the ...
1
vote
1answer
283 views
Is it possible to use several 9 patch images inside LayerDrawable?
I want to use two nine patches inside LayerDrawable
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/solid">
...
1
vote
3answers
222 views
Central sources of NinePatche Images?
Are there any central spots or collection in the net from created NinePatches? I think they are real fancy and useful things. Even if you are not a designer this can bring you great benefit and look. ...
1
vote
2answers
886 views
Bubble ListView with 9-patch
I would like to build a listview for a discussion forum that looks like as a discussion in the iphone (i.e.: the handcent app). I saw some examples but no one uses the 9-patch.
Does anyone have some ...
1
vote
3answers
754 views
Android 9-Patch Background Image Initial PNG Size?
I'm looking at making a 9-Patch background image for my application and I'm wondering what size should I make the initial PNG in Photoshop before I convert it to a 9-Patch Image?
Thanks Aaron
1
vote
2answers
1k views
ListView With Nine-Patch Item Background Issues
* WARNING: The XML in this question is wrong, read the answer B4 you confuse yourself!!! *
I have been banging my head on the wall for a while now. The following posts have shed light on the ...
1
vote
2answers
965 views
Android What is wrong with this 9 patch?
Hello,
see above for my 9 patch image. It is created using the 9 patch editor from Android tools. I have multiple issues:
The nine patch tool in preview scales the image in height as well. Why? ...
1
vote
2answers
856 views
Creating Nine (9) Patch png files with Gradients
I want to create a nine patch button background with a gradient for my android app. I was wondering how gradients work. I would think that the os would have to figure out how to apply the gradient as ...
1
vote
1answer
2k views
Problem with 9 patch image as background
I have a list view structure, with Relative layout that uses
alternating background images for odd/even elements. I'm trying to set
the background drawable dynamically by calculating the position. It
...
1
vote
1answer
1k views
android 9 patch drawable xml
Is there a way to define a 9 patch drawable in an android xml file? The reason I ask, is that when you apply a scale animation to a drawable w/ a stroke on it, the stroke appears to thicken. I'd ...
0
votes
0answers
28 views
Nine-patch scaling seems inconsistent
perhaps I'm misunderstanding something key, but I'd LOVE someone to explain this to me...
I am using a ninepatch image. If I reference it directly as an android:background png it is rendered and ...
0
votes
1answer
26 views
Layout background resource flickers in and out
In my activity designed for use on tablets I call setContentView on a LinearLayout defined in XML that contains references to a few different fragments. Each fragment reference in the LinearLayout has ...
0
votes
1answer
33 views
Android 9 patch images appears with padding lines
My 9-patch image is sometimes looks like this in the app. Not always. Most of the time image looks normal. I tried:
Clean project
Removed thumbs.db
Reinstalled app on device
All above not ...
0
votes
1answer
46 views
Facing issue with nine patch images in android
I am beginner to Android SDK. I have explored few things to support multiple screens on Android.
I came up with nine patch images can serve this purpose.
Say i have image in which there are no ...
0
votes
0answers
19 views
Tiled Bitmap in LayerListDrawable as background increases view height
To achieve the effect shown in the image below, I combine a nine-patch and a noise bitmap (semi-transparent) in a layer-list, like so:
<layer-list ...
0
votes
2answers
50 views
The doted nine patch lines shows up in the ImageButton
My nine patch ImageButtons are showing nine patch -Lines
(There is dotted line on the left of first ImageButton)
0
votes
1answer
40 views
Nine-patch image bad quality
in my android app I want to achieve this kind of effect
Thinking about different resolutions and densities I decided to create a nine-patch png file:
When I stretch it it looks quite fine:
...
0
votes
1answer
85 views
How to use Nine-patch images correctly
I want to create some kind of row image that looks like that
but I want it to scale with the screen size and density. So reading this ...
0
votes
2answers
44 views
Android Nine-patch image error
according to this description I just created an nine-patch image. I named it androidRow.9.png.
When I copy it to the res/drawable folder I get an error
res\drawable\androidRow.9.png: Invalid file ...
0
votes
3answers
121 views
Android nine-patch not being recognized on device
I just made a nine-patch
it is saved like border.9.png from the draw 9 patch tool.
in my android layout editor, it shows up like it is going to be a proper 9 patch graphic, stretched out yet not ...
0
votes
1answer
60 views
Image background according the size of the screen without using nine patch
I have an image background like the first image of squareup image: https://market.android.com/details?id=com.squareup.cardcase&hl=fr
I need to display this image background in the screen ...