Android ImageView 应该比屏幕大
我有一个 1500x2048 的图像,
我希望它以其原始分辨率显示,我将通过 android 的动画功能处理缩放/缩放和转换。
目前,默认情况下仅使用 ImageView,它会强制我的图像在屏幕尺寸内固定。我尝试将 XML 元素扩展为 layout_width:"2048dip"
但没有成功
如何正确完成此操作?
I have an Image that is 1500x2048
I want this to display at its native resolution, I will be handling zooming/scaling and transformation via android's animation functions.
Currently just using the ImageView by default it forces my image to fix within the screen size. I have tried expanding my XML elements to be layout_width:"2048dip"
but to no success
How would this be done properly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 scaleType 属性。
Try using the scaleType attribute.