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.
为 Android 2.3 开发,我有一个关于布局的问题。我使用垂直线性布局。在其中,有两个图像,一个列表视图和另一个线性布局,这次是水平的。不知何故,列表视图一直缩小到视图的底部,从而掩盖了第二个线性布局。删除列表视图会为第二个布局带来正确的结果。我已经为这两种布局使用了所有高度限定符,但这并没有改变任何东西。任何想法表示赞赏!
最好的问候,马库斯
添加android:layout_weight="1"列表视图和所有其他组件的 0 终于成功了!无论如何!
android:layout_weight="1"