API 级别 3 的壁纸偏移量?
我几乎完成了我的小壁纸应用程序。现在唯一的问题是我在 API 级别 3 上找不到任何偏移方法。 无论我使用什么尺寸的图像,它都不会在我的测试手机中居中。它在模拟器上看起来很棒,但是对于使用旧手机(例如后空翻)的人该怎么办? 有谁知道有什么解决办法吗?
I've all but finished my little wallpaper app. The only thing now is that I can't find any method for offset on API level 3.
No matter what size image I use, it is not centered in my test phone. It looks great on the emulator, but what to do about people with older phones like the backflip?
Does anyone know of any fix for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不太清楚你想要什么,但是为了偏移图像,你可以创建一个新的画布,并在你想要的位置将位图绘制到上面。
you're not really clear about what you want, but to offset the image, you could make a new Canvas, and draw the Bitmap onto it, at the location you want.