图像徽标应保持相对于设备屏幕尺寸的尺寸
我有一个基本的布局问题。
当在我的 main.xml 中使用布局选项卡(而不是编码选项卡)时,我试图在我的应用程序打开时创建一个主屏幕。
顶部中心将有徽标,下面是 3 个简单的按钮,全部居中。
我该如何设置徽标的格式,使其保持与用户屏幕尺寸相关的尺寸,并保持在中心位置?
我不想在我的程序在我的屏幕上看起来很好(UI 方面)而在其他屏幕上格式很差的地方编写草率的代码。
另外,是否有很好的文档解释布局视图中的所有属性值?
I have a basic Layout question.
When using the layout tab (rather than the coding tab) in my main.xml, I am trying to create a home screen for when my app opens.
There is going to be the logo at the top center, then 3 simple buttons below, all centered.
How do I go about formatting the Logo so it maintains a size relative to the person's screen size, and stays in the center?
I don't want to write sloppy code to where my program looks fine (UI wise) on my screen and is poorly formatted on other's screens.
Also, is there good documentation explaining all of the Property values in the layout view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为图像使用不同的比例类型(请参阅 https://developer .android.com/reference/android/widget/ImageView.ScaleType.html)。
视图属性可以在 https://developer.android.com/reference/ 找到android/view/View.html。
You can use different scale types for you images (see https://developer.android.com/reference/android/widget/ImageView.ScaleType.html).
View attributes can be find at https://developer.android.com/reference/android/view/View.html.