有人有 Google Pixel 3 xl 的布局吗?

Does anyone have the layout of the Google Pixel 3 xl?

无意中替换了google pixel 3 xl的模拟器布局,我再也找不到它了,是不是在这个路径下找到的文件:C:\Users\your_user\AppData\Local\Android\Sdk\skins\pixel_3_xl

已经全部看过了 Google 找不到好心人传给我 :c

当我用记事本++打开它时:

parts {
  device {
    display {
      width 1440
      height 2960
      x 0
      y 0
    }
  }
  portrait {
    background {
      image port_back.webp
    }
    foreground {
      mask round_corners.webp
      cutout emu01
    }
    onion {
      image port_fore.webp
    }
  }
}
layouts {
  portrait {
    width 1684
    height 3246
    event EV_SW:0:1
    part1 {
      name portrait
      x 0
      y 0
    }
    part2 {
      name device
      x 126
      y 72
    }
  }
}