1. drawable 폴더
<?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>
에 setbar_bg.xml을 생성합니다. 2. TextView의 순서를 설정합니다.
android:background="@drawable/setbar_bg"
Android TextView의 배경색과 테두리를 설정하는 방법에 대한 자세한 내용은 PHP를 팔로우하세요!