Android: How to make all elements inside LinearLayout same size?

后端 未结 3 1242
离开以前
离开以前 2020-11-27 02:27

I would like to create a dialog to display a video title and tags. Below text I would like to add buttons View, Edit and Delete and make these elements same size. Does anyon

3条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 03:19

    Another way is to make android:layout_width="fill_parent" and android:layout_weight="1" this will also works fine!!!

提交回复
热议问题