【问题标题】:Why Samsung Galaxy S10 Plus skin looks odd in Android Studio?为什么三星 Galaxy S10 Plus 的皮肤在 Android Studio 中看起来很奇怪?
【发布时间】:2020-01-31 15:22:18
【问题描述】:
我从三星official website 下载了三星 Galaxy S10 Plus 皮肤,并使用their guide 将其安装到 Android Studio 中。但是,模拟器看起来与真实 Galaxy S10 Plus 的照片有很大不同。
如您所见,没有圆角,也没有前置摄像头。是我遗漏了什么还是三星的皮肤质量很差?
【问题讨论】:
标签:
android-studio
android-emulator
galaxy
samsung-galaxy
【解决方案1】:
这是因为你错过了fore_port.png文件,或者配置错误。使用文本编辑器打开布局文件,然后像这样编辑:
portrait {
background {
image device_Port.png
}
foreground {
mask fore_port.png
}
}