Android GridLayout Border

后端 未结 1 822
陌清茗
陌清茗 2021-01-25 07:25

I am working on a Tic-Tac-Toe.

However, i want to add a border to my GridLayout(Board)

Here is the following code of my gridLayout

&         


        
1条回答
  •  感动是毒
    2021-01-25 08:06

    Create A border.xml file:-

    
    
     
        
          
          
         
     
    
    

    Apply that background file as background drawable in GridLayout

    
    

    0 讨论(0)
提交回复
热议问题