I\'m having an issue while extending the View class, the XML works properly as i\'ve tried it with an ImageView, but not with my custom class...
Hi i am working on a PDF reader application.For zoom scale of 1 or less then 1(i.e normal mode)I render pdf on a CALayer,this layer is attached to a view which is subView of a scroll view.For zoom sca
I\'m working on an Android project with multipl开发者_StackOverflow社区e layers such as core,business,gui etc.
I have a situation as in this screenshot below, but what I want is B behind A and -- the tricky part --开发者_JS百科 b over A.
I try to show a loading mask while user waits for the panel to be shown. I use Ext.LoadMask like : loadingMask = new Ext.LoadMask(Ext.getBody(), {msg:\"Loading...\"});
I have an array of images named image_<somenumber>_trans.png All these images have transparent areas. The idea is that when put one on top each other
I need to write a Python program for loading a PSD photoshop image, whi开发者_开发百科ch has multiple layers and spit out png files (one for each layer).
I want to use in my game effect of perspective view by using few layers, scrolling with different speed. I have three layers. My background is bottom layer, it scrolls very slowly, so it can be in a f
is there a plugin for designing android layouts in photoshop? Creating android XML layouts is unnecessarily tedious (especially wit开发者_运维百科h having to type \"android:\" for every parameter, and
I\'m basing this off the official PSD File Format documentation I can read raw data just fine, and none of my files have ZIP compression. All I need is to get the RLE stuff to work.