Layout problem with button margin

后端 未结 3 1357
青春惊慌失措
青春惊慌失措 2020-11-30 10:04

I have problem with organizing layout in android aplication. I\'m dynamically creating buttons and adding them with this code to my layout:

    LayoutInflate         


        
3条回答
  •  醉酒成梦
    2020-11-30 10:44

    This also worked by embedding the TextView into a LinearLayout (vertical)

    text_view.xml

        
    
        
    
    
    

    This was embedded into another view where the root view is also a LinerLayout. A convoluted workaround...

提交回复
热议问题