我希望 TextView 具有圆角边框。这可以通过使用 drawable ,在drawable中指定形状,然后使用drawable作为TextView的 background 来完成。 android:background="@layout/border"
同时显示here
但是,我的TextView已经有了背景颜色(灰色),因此我无法使用上述方法设置圆角边框。
有没有其他方法可以让TextView的背景颜色保持灰色并且还用圆形边框包围它?
答案 0 :(得分:2)
请参阅:http://nishantvnair.wordpress.com/2010/11/09/customize-button-in-android/
将其设置为背景并将颜色设置为灰色
我想你可能会得到它