Text below RadioButtons

后端 未结 3 1461
醉话见心
醉话见心 2021-02-13 06:36

I need your help to solve my layout problem.. I have 4 RadioButtons, they appear as usual in this scheme:

O text1   O text2  &nbs

3条回答
  •  醉话见心
    2021-02-13 06:54

    This is the solution to set the Text below RadioButtons:

    This code android:drawablePadding="-20dp" is not needed.

    You add your own selector drawable here: android:drawableTop="@drawable/your_Image_Here".

    
    
            
    
            
        
    

提交回复
热议问题