Splash
Splash copied to clipboard
Wrong bitmap size
Huawei VNS-L31 (P9 Lite) Android 6.0 EMUI 4.1.1 minSdkVersion 19 targetSdkVersion 24
Yeah, any clean way to resolve this issue?
I haven't had a chance to try out solutions to this problem. There are a number of attributes that you can set on XML bitmap drawables that may help: https://developer.android.com/guide/topics/resources/drawable-resource.html#XmlBitmap
Changing the gravity to center
might work: "Place the object in the center of its container in both the vertical and horizontal axis, not changing its size."