Making buttons that look like tabs in android

前端 未结 3 1571
温柔的废话
温柔的废话 2020-12-28 10:22

I want this kind of look. They don\'t seem like tabs so I believe they are buttons.

\"enter

3条回答
  •  甜味超标
    2020-12-28 10:49

    You have to create selector for all button and use RadioGroup with selector background and null button..

    Follow @Andru answer for create Selector..

    Below is RadioGroup code.

        
    
        
    
        
    
        
    
        
    
    

    here is sample code for btn1Selector.xml

    
    
        
        
    
    

提交回复
热议问题