小编lex*_*ell的帖子

高度为一半fill_parent xml

如何处理xml LinearLayout高度的一半fill_parent

<LinearLayout android:layout_width="fill_parent"
              android:layout_height="fill_parent"
              android:weightSum="1">
      <ImageView android:layout_height="fill_parent"
                 android:layout_width="0dp"
                 android:layout_weight="0.5"/>
</LinearLayout>
Run Code Online (Sandbox Code Playgroud)

我想做一些与身高相似的事情.

xml height android android-linearlayout

10
推荐指数
1
解决办法
2万
查看次数

标签 统计

android ×1

android-linearlayout ×1

height ×1

xml ×1