【问题标题】:Does anyone have the layout of the Google Pixel 3 xl? [closed]有人知道 Google Pixel 3 xl 的布局吗? [关闭]
【发布时间】:2020-11-07 17:11:23
【问题描述】:

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

已经在谷歌上找遍了,但我找不到有好心人把它传给我:c

【问题讨论】:

    标签: android android-studio android-layout android-emulator google-pixel


    【解决方案1】:

    当我在记事本++中打开它时:

    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
        }
      }
    }
    
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-03-10
      • 2010-12-15
      • 2013-03-21
      相关资源
      最近更新 更多