一行代码搞定
在按钮控件中添加 style=”?android:attr/borderlessButtonStyle”即可
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
style="?android:attr/borderlessButtonStyle"
/>