프로그래밍 정리/안드로이드

[Android - 안드로이드] CheckBox size 조절

주누다 2014. 11. 25. 15:20
반응형

<CheckBox

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:button="@drawable/이미지"

android:layout_alignParentTop="true"

android:layout_alignParentRight="true"/>



이렇게 하면 됨...

자바에서 사이즈를 조절하든 뭐를 하든... 저렇게 해서 하면 됨..

내 시간...ㅠ_ㅠ


괜히 buttonDrawable 만들고 별걸 다 했네...

Button 상속 받은거 아니었나...?ㅠ_ㅠ

반응형