【问题标题】:Android Studio Emulator White Bar in Middle of Screen屏幕中间的 Android Studio 模拟器白条
【发布时间】:2021-04-15 08:07:58
【问题描述】:

因此,我使用 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
    }
  }
}

我编辑了我需要的一切,不是吗?

【问题讨论】:

    标签: android android-studio android-emulator


    【解决方案1】:

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

    【讨论】:

      【解决方案2】:

      好的,面具的背景必须是这样的:

      不是这个:

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2022-10-20
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-06-23
        • 2022-01-22
        • 2022-10-20
        相关资源
        最近更新 更多