android studio设置按钮和背景融为一体也就是按钮去除阴影

  • Post author:
  • Post category:其他


<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send"
android:onClick="sendMessage"
style="?android:attr/borderlessButtonStyle" />