Android ImageView 应该比屏幕大

发布于 2024-11-19 12:19:43 字数 201 浏览 3 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦断已成空 2024-11-26 12:19:43

尝试使用 scaleType 属性。

Try using the scaleType attribute.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文