안드로이드 버튼의 음영을 제거할 필요가 있을 때가 있다.
xml 파일의 button 속성 값을 추가하게 되면 간단하게 해결 된다..
android:stateListAnimator="@null"
'Programming > Android' 카테고리의 다른 글
[Android] 스테이터스바 컬러 변경(Change Statusbar Color) (0) | 2017.04.14 |
---|---|
[Android] LinearLayout 에 View 동적 추가시 weight 주는 방법 (0) | 2017.04.13 |
[Android] TextSize, 텍스트 사이즈 DIP, DP 코드로 적용 방법 (0) | 2017.03.29 |
[Android] 키보드 위에 레이아웃, 버튼 올리기 (0) | 2016.07.26 |
[Android] 클릭 이벤트를 뒤에 배치된 레이아웃에 전달되지 않게 하기 (0) | 2015.11.27 |