按钮简单选择器

来源:互联网 发布:1688一键传淘宝教程 编辑:程序博客网 时间:2024/06/06 20:11
<selectorxmlns:android="http://schemas.android.com/apk/res/android">
<itemandroid:state_pressed="true">
<shapeandroid:shape="rectangle">
<cornersandroid:radius="2dp"/>
<solidandroid:color="@color/colorAccent"/>
<strokeandroid:width="1dp"android:color="@color/colorPrimary"/>
</shape>
</item>
</selector>

0 0