1. ドローアブルフォルダーの下に 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 中国語 Web サイトを参照してください。記事!