checkbox大小调整 样式设置

                    android:id="@+id/checkBox1"
            style="@style/CustomCheckboxTheme"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_gravity="center_vertical"
            android:layout_marginLeft="10dp"
            android:clickable="false"
            android:focusable="false"
            android:focusableInTouchMode="false"
            android:scaleX="2"
            android:scaleY="2" >

       


样式:

   

下面是背景文件:





   
   
   



你可能感兴趣的:(checkbox)