버튼에 그림자 빼기

버튼에 기본적으로 그림자가 붙어서 UI가 빠지는데 이걸 버튼에 스타일로 style="?android:attr/borderlessButtonStyle" 한줄을 넣어주면 된다.

<Button
android:id="@+id/signalvip1color"
android:layout_width="20dp"
android:layout_height="20dp"
android:background = "@drawable/roundbtn"
style="?android:attr/borderlessButtonStyle"/>

 

Subscribe
Notify of
guest

이 사이트는 스팸을 줄이는 아키스밋을 사용합니다. 댓글이 어떻게 처리되는지 알아보십시오.

0 댓글
Inline Feedbacks
View all comments
TOP