Android 为TextView 添加边框

1.在res下的drawble文件夹下新建文件,textview_border.xml:

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

2.在textView中指定background:

android:background="@drawable/textview_border"

Android 为TextView 添加边框

Android 为TextView 添加边框,布布扣,bubuko.com

Android 为TextView 添加边框

上一篇:TalkingDataGame SDK在android Lua上的使用


下一篇:Android——Hardware Acceleration