Textview with long text pushes out other views in GridLayout despite ellipsize=end

前端 未结 14 1983
星月不相逢
星月不相逢 2020-12-24 01:19

My problem is very similar to How to get a layout where one text can grow and ellipsize, but not gobble up the other elements on the layout, but read on below why I can\'t u

14条回答
  •  無奈伤痛
    2020-12-24 02:10

    I had the same problem with the grid layout. what i did is given a fixed width for the text view and also given layout_columnWeight property for each text view then the issue was fixed ,hope it helps ...

               
    

提交回复
热议问题