One of my views looks like this right now. Near the big 5, specifically above and开发者_如何学Python below it, there is considerable margin. How can I reduce or remove this margin?
I have a layout that contains a custom layout. I would like to pass the style from one element to another. I have a class which inflates the layout, which I can post if required. This element of desig
I\'m trying to determine the real dimension in pixels of some UI elements ! Those elements are inflated from a .xml file and are initialized with dip width and height so that the GUI will eventually s
I have a FrameLayout which contains 2 views , the second is something like a Close Button (X) and i want to position it on the right.
In my application I get this error for all drawalbes that I have in the folder res/drawable: 开发者_开发技巧[2011-05-15 16:07:47 - Marmara] libpng error: Not a PNG file
I\'m new into android and i\'m dealing with the following problem. I need to create a button which groups another two buttons of similar features (sort of submenu). So let\'s say we have a button call
How do I define a set of animations without using the <set> tag? I read somewhere on this forum that the set tag has开发者_开发技巧 a buggy implementation and will not run with repeatCount=\"inf
I\'m starting to work with the Android LayoutInflater and I need some help. I have a ListActivity which uses a layout defined in the following XML:
Is it possible to create a touch draw area to take signatures in a form? I am working on an application to collect information though a form and would like to col开发者_如何学编程lect signatures by
I\'m searching for few days and I can\'t find the answer. I\'m trying to resize an Image View through XML.