Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="임시버튼"
style="?android:attr/borderlessButtonStyle" />
Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="임시버튼"
style="?android:attr/borderlessButtonStyle" />
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” 넣어주면 된다.
답글 남기기