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.
我有下一个问题。它下面有 ImageView 和按钮面板。我希望 ImageView 尽可能大,但是如果屏幕上没有足够的空间按钮面板,则应该缩小 Imageview。什么是最好的解决方案?
看看android:layout_weight属性。
android:layout_weight
android:layout_weight 是什么意思?
如果一个布局中只有 2 个视图(即 Imageview 和按钮),您可以将两个视图放在线性布局中,并为 imageview 权重布局提供值 1(并且不为按钮提供任何值)