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

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

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다