android RadioButton issue in android 4

后端 未结 4 1531
星月不相逢
星月不相逢 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:43

    I was experiencing the same problem. I have solved this by NOT setting paddingLeft on RadioButtons and CheckBoxes - leaving default value. paddingLeft was counted from the drawable on all phones and from left corner on Galaxy S3. Also setting background was causing the same bug on Galaxy S3. After leaving default values it's now usable everywhere.

提交回复
热议问题