1.在drawable資料夾下面建立setbar_bg.xml
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 背景色 --> <solid android:color="#FFE4B5"/> <!-- 边框色 --> <stroke android:width="0.5dip" android:color="#81CE47" /> </shape>
2.設定TextView順序
android:background="@drawable/setbar_bg"
更多Android TextView設定背景色與邊框的方法詳解相關文章請關注PHP中文網!