Android 控件边框

来源:互联网 发布:淘宝注册账号申请在线 编辑:程序博客网 时间:2024/06/16 05:01
<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android">    <stroke        android:color="@color/fair_bg_red"        android:width="1dp"/>    <solid android:color="@color/white"/></shape>
使用
holder.itemGoodsAddressAllLayout.setBackgroundResource(R.drawable.border_red_no);

使用2
android:background="@drawable/border_grey_no">

原创粉丝点击