<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello, World!"
android:stateListAnimator="@null"/>
<!-- Elevation을 설정하는 Animator이 기본적으로 있는데 @null로 주기 -->
'Android' 카테고리의 다른 글
[Google Play Console] 예약 게시 기능 (0) | 2020.07.13 |
---|---|
[Android] OutlineProvider에 대해 (0) | 2020.06.19 |
[Android] Circle Reveal Animation 간단히 사용해보기 (0) | 2020.06.09 |
[Android] LG V50 앱 삭제 후 다시 빌드 시 오류 (0) | 2020.06.04 |
[Android] Parent View가 clickable 일 때 SeekBar 버그(?) (0) | 2020.04.20 |