Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为细节的稀疏表示歉意,但这对某人来说最有可能立即显而易见。
我在ImageButton页面布局中添加了一个,当它从布局域加载时显示良好,但在布局端口中,同样的东西向上拉伸。图像的大小被硬编码为一个特定的值,所以我看不出它是如何被拉伸的。
ImageButton
是的,android GUI 组件会根据屏幕分辨率自行调整。
在纵向模式下,屏幕的高度会发生变化,这就是为什么您的按钮图像看起来像是垂直拉伸的原因。一个解决方案是使用高分辨率图像或根据屏幕旋转更改布局。
也看看android-supporting multiplescreens