nine-patch
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 follow[详细]
2023-01-28 13:47 分类:问答NinePatchDrawable from Drawable.createFromPath or FileInputStream
I cannot get a nine patch drawable to work (i.e. it is stretching the nine patch image) when loading from either Drawable.createFromPath or from a number of other methods using an InputStream.[详细]
2023-01-28 10:27 分类:问答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 le[详细]
2023-01-22 10:54 分类:问答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 grabbi开发者_开发知识库ng are[详细]
2023-01-17 00:40 分类:问答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 fi[详细]
2023-01-16 20:55 分类:问答Android / Styling a Button: Background also behind Drawable left and Drawable right
I am styling a Button whose width can change in the program through different Content. I got the png files from the designer like this:[详细]
2023-01-16 12:05 分类:问答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开发者_JS百科 and would like to use nine patch images for the widget\'s backgroud. Here is my background.xml[详细]
2023-01-15 22:09 分类:问答android:background hides my text
I have a widget layout as fol开发者_如何转开发low : <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-01-12 16:34 分类:问答Android ninepatch image error in eclipse 3.5.2
I\'m using Eclipse 3.5.2 on win7 with latest sdk update. Every time i create ninepatch image and copy it into drawable folders, the project[详细]
2023-01-11 16:52 分类:问答9-patch bitmap on a widget using RemoteViews
I have a widget with an ImageView on it. I set this ImageView to a Bitmap created from a 9-patch PNG resource. The image is set correctly but is not stretched correctly - i.e.开发者_StackOverflow the[详细]
2023-01-09 13:01 分类:问答