赞
踩
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--圆角的半径-->
<corners android:radius="5dp"/>
<!-- 填充颜色-->
<solid android:color="@color/colorAccent"/>
</shape>
<Button
android:id="@+id/edit_commit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="10dp"
android:background="@drawable/btu_normal"
android:text="点击提交" />
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。