본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] how to remove checkbox image or replace to other images.

by 돼지왕 왕돼지 2014. 2. 19.
반응형


 android, how to remove checkbox image or replace to other images.  

[android] how to remove checkbox image or replace to other images.


How to remove checkbox image.


android:button="@null"




How to replace checkbox image.


android:button="@null"

android:drawableLeft="@drawable/icon_selector"






반응형

댓글