LiveWallpaper Background
问题 i have problem with live wallpaper on preview mode.ie the wallpaper image doesn't fit well in landscape mode.it works great on portrait.i need your help.hope you would help me.i have added code RajawaliRenderer.java public class RipplesRenderer extends RajawaliRenderer { private final int NUM_CUBES_H = 4; private final int NUM_CUBES_V = 4; private final int NUM_CUBES = NUM_CUBES_H * NUM_CUBES_V; //private Animation3D[] mAnims; private TouchRippleFilter mFilter; private long frameCount;