android TextView加边框
为TextView加边框,需要在drawable建xml文件,里面设置shape来设置文本框的特殊效果。 <stroke android:width="0.5dp" android:color="@android:color/white" /> <padding and