취미 기록용 블로그

안드로이드 버튼 그림자 없애기

Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="임시버튼"
style="?android:attr/borderlessButtonStyle" />

버튼 속성에 style=”?android:attr/borderlessButtonStyle” 넣어주면 된다.


Comments

답글 남기기

이메일 주소는 공개되지 않습니다. (이름과 이메일은 안써도 됩니다)

이 사이트는 Akismet을 사용하여 스팸을 줄입니다. 댓글 데이터가 어떻게 처리되는지 알아보세요.