首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

linear gradient 的有关问题

2012-09-18 
linear gradient 的问题在使用渐变作为背景的时候会出现抖动不清楚的问题如?xml version1.0 encoding

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

热点排行