Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/303.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 在整个屏幕中制作两个颊架_Java_Android - Fatal编程技术网

Java 在整个屏幕中制作两个颊架

Java 在整个屏幕中制作两个颊架,java,android,Java,Android,我想在整个屏幕上做一只狗,我有两张图片。我只想要一条狗用手指说不 欺诈后的案例状态: notocarEscalado = Bitmap.createScaledBitmap(notocarEscalado, screenWidth, screenHeight, true); notocar2Escalado = Bitmap.createScaledBitmap(notocar2Escalado, screenWidth, screenHeight

我想在整个屏幕上做一只狗,我有两张图片。我只想要一条狗用手指说不

欺诈后的案例状态:

            notocarEscalado = Bitmap.createScaledBitmap(notocarEscalado, screenWidth, screenHeight, true);
            notocar2Escalado = Bitmap.createScaledBitmap(notocar2Escalado, screenWidth, screenHeight, true);



            canvas.drawBitmap(notocar2Escalado, 0, 0, null);



            canvas.drawBitmap(notocarEscalado, 0, 0, null);


            canvas.drawBitmap(notocar2Escalado, 0, 0, null);

            canvas.drawBitmap(notocarEscalado, 0, 0, null);

            //canvas.drawColor(Color.BLACK);
                drawCenteredText(canvas, "Head start!", "", getContext().getString(R.string.TocarParaContinuar));
                break;