How to make image as a radio button in android

后端 未结 5 1094
误落风尘
误落风尘 2021-01-02 06:25

In my app, I want to get survey answers from the user. So, I\'ve decided put smiley images to act as a radio buttons. Is it possible on android?

For example, I will

5条回答
  •  走了就别回头了
    2021-01-02 06:43

    This question has been answered before Below is from @Benito-Bertoli

    RadioButton - how to use a custom drawable?

    Give your radiobutton a custom style:

    
    

    custom_btn_radio.xml

    
       
       
    
       
       
    
       
       
    
       
       
    
    

    Replace the drawables with your own.

提交回复
热议问题