屏幕中间的Android Studio Emulator白色条

屏幕中间的Android Studio Emulator白色条,android,android-studio,android-emulator,Android,Android Studio,Android Emulator,因此,我用android studio为android模拟器制作了自己的自定义皮肤,但现在我的屏幕中间有一个白色条: 布局 parts { device { display { width 1409 height 3195 x 0 y 0 } } portrait { background { image back.webp } foreground { mask mask

因此,我用android studio为android模拟器制作了自己的自定义皮肤,但现在我的屏幕中间有一个白色条:

布局

parts {
  device {
    display {
      width 1409
      height 3195
      x 0
      y 0
    }
  }
  portrait {
    background {
      image back.webp
    }
    foreground {
      mask mask.webp
      cutout emu01
    }
  }
}
layouts {
  portrait {
    width 1571
    height 3332
    event EV_SW:0:1
    part1 {
      name portrait
      x 0
      y 0
    }
    part2 {
      name device
      x 81
      y 68
    }
  }
}

我编辑了我需要的所有内容,不是吗?

你的mask.webp文件中必须有一个像素错误:)

好的,mask的背景必须是这样的:

而不是这个: