How to create the checkBox in circular shape?

后端 未结 4 1958
暗喜
暗喜 2020-12-08 16:45

I am facing the issue in creating the checkbox in circular shape in android. I tried many methods but my problem is not solved.I created the shapes and applied to the checkb

4条回答
  •  眼角桃花
    2020-12-08 17:29

    Solution accepted is correct, but following the same flow you can change the shapes to use a drawable on the "checked.xml" this solution should work with android devices before API 21 because there is no width or height on shapes on xml drawables.

    Unchecked XML:

    
    
    
    
            
    
    

    Checked XML:

    
          
                
                    
                        
                    
                    
    
                
            
    

提交回复
热议问题