这是我的复选框的 XML:
<CheckBox
android:id="@+id/atm_checkbox"
android:layout_width="20dp"
android:layout_height="20dp"
android:background="@color/input_color" />
它看起来像这样:
http://imageshack.us/photo/my-images/528/47342915.png/
这是我在网上找到的:
<CheckBox
android:id="@+id/chkAndroid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/chk_android"
android:checked="true" />
看起来像这样
如何将我的复选框更改为我在互联网上找到的复选框。由于我的代表 <10 我无法上传我的复选框的图像,或者任何人都可以帮助我如何设置复选框的样式以使其看起来更好
我认为这两个 xml 都有相似的代码,但为什么它们看起来如此不同?