阅读背景:

Android: TextView with border 带边框的TextView

来源:互联网 

一个textview_border.xml文件放在drawable文件夹里面

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="https://schemas.android.com/apk/res/android" android:shape="rectangle" >
   <solid android:color="#ffffff" />
   <stroke android:width="1dip" android:color="#4fa5d5"/>
</shape><?x



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: