我想显示带有图像背景的复选框。每当我将图像分配给复选框按钮时。它在复选框和文本之间显示不相关的空格。
所以我尝试使用 paddingLeft 删除 SAMSUNG S2、Galaxy ACE 和平板电脑上的复选框和文本之间的空格。但它不影响索尼爱立信 XPERIA Neo V MT11i 设备
<CheckBox android:id="@+id/checkBox1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:button="@drawable/checkbox_background" android:paddingLeft="14dp" android:text="@string/email_copy" android:textColor="#39b54a" android:textSize="11sp" />
请帮我解决这个问题