使用
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#FFFF0000"
android:endColor="#80FF00FF"
android:angle="45"/>
<padding android:left="7dp"
android:top="7dp"
android:right="7dp"
android:bottom="7dp" />
<corners android:radius="8dp" />
</shape>
http://developmenter.android.com/guide/topics/resources/drawable-resources.html#Shape" rel=“nol follow”>http://developer.android.com/guide/topics/resources/drawable-resources.html#Shape
每次我把它设定为任何观点的背景时, 总是颠倒背景灰色。
xml是可改用/可改用,我已尝试过指南中使用的两种方法。
有人能解释一下为什么它不起作用吗?