본문 바로가기

Programming/Android

android Button 속성


버튼은 있으나 버튼 클릭이 안되게 하는 속성
android:enabled="true"

true를 하면 버튼이 어둡게 되고 클릭이 안된다.