android RadioButton issue in android 4

后端 未结 4 1537
星月不相逢
星月不相逢 2021-02-20 02:27

I have a simple application. The screen is build inside a RelativeLayout. I have more LinearLayout(s), one of them shows the 2 RadioButton(s), like this:

               


        
4条回答
  •  名媛妹妹
    2021-02-20 02:45

    This might be too late, but i had the same problem and it was solved by specifying a android:drawableRight or android:drawableLeft, instead of android:button which is set by default

提交回复
热议问题