【发布时间】:2019-04-24 04:05:01
【问题描述】:
我使用图像作为斜线屏幕的图片。
<style name="AppTheme.Launcher">
<item name="android:windowBackground">@drawable/splash_screen</item>
</style>
但是,在某些不同的设备中,它已被拉伸和扭曲。有没有办法像在 ImageView 中一样使照片居中裁剪?
【问题讨论】:
-
此链接可能对您有所帮助:stackoverflow.com/questions/39082029/…
标签: android android-xml android-theme