linear gradient 的问题
在使用渐变作为背景的时候会出现抖动不清楚的问题如
<?xml version="1.0" encoding="utf-8"?>?
<shape xmlns:android="http://schemas.android.com/apk/res/android">?
? ? <gradient ?
? ? ? ? android:startColor="#3A3C39" ?
? ? ? ? android:endColor="#181818"?
? ? ? ? android:angle="270"?
? ? ?/>?
? ? <corners android:radius="0dp" />?
</shape>
android:background="@drawable/shape_background_grey"?
如果出现上述问题如要
listView.getBackground().setDither(true);?