Android 自定义CheckBox 样式
自定义Button样式相同,新建Android XML文件,类型选Drawable,根结点选selector,在这定义具体的样式。
<CheckBox android:layout_width="wrap_content" android:layout_height="wrap_content"style="@style/MyCheckBox"/>1 楼 goingshow 2011-10-12 楼主,是否发现 自定义selector 出来的chekbox 占的位置跟以前的一样(长和宽)