Content not showing in dynamically created android TableLayout

后端 未结 2 528
面向向阳花
面向向阳花 2020-12-20 03:19

I\'m trying to make a 3-column TableLayout but I never see anything. Here\'s my java code:

         TableLayout tl = (TableLayout)findViewById(R         


        
2条回答
  •  不知归路
    2020-12-20 03:58

    Try like this:

    
    
    
        
        
    
        

提交回复
热议问题