读书人

linear gradient 的有关问题

发布时间: 2012-09-18 16:21:42 作者: rapoo

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);?

读书人网 >移动开发

热点推荐