【发布时间】: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