應該是: get
LayoutParams lp = mSurfaceView.getLayoutParams();
mSurfaceView.setLayoutParams(lp);
而不是mSurfaceView.getHolder().setFixedSize(0,0);//這個是設置分辨率!!!!