Splash icon indicating copy to clipboard operation
Splash copied to clipboard

Wrong bitmap size

Open seguri opened this issue 8 years ago • 2 comments

Huawei VNS-L31 (P9 Lite) Android 6.0 EMUI 4.1.1 minSdkVersion 19 targetSdkVersion 24

device-2016-12-05-162548

seguri avatar Dec 05 '16 15:12 seguri

Yeah, any clean way to resolve this issue?

lawonga avatar Apr 14 '17 02:04 lawonga

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."

cstew avatar Apr 20 '17 19:04 cstew