在按钮添加属性即可:style="?android:attr/borderlessButtonStyle"
例如:
<Button android:id="@+id/button_shame"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/borderlessButtonStyle" />
在按钮添加属性即可:style="?android:attr/borderlessButtonStyle"
例如:
<Button android:id="@+id/button_shame"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/borderlessButtonStyle" />