본문 바로가기

Java/Android Studio

(Android Studio) - Borderless 버튼을 눌렀을 때 생기는 잔상 제거 방법

반응형
android:background="#00ff0000"

<Button>이 있는 xml 에 위 코드만 추가하시면 됩니다. 눌러도 투명하게 눌러집니다~

<Button
style="?android:attr/borderlessButtonStyle"
android:background="#00ff0000"></Button>