`
wang_peng1
  • 浏览: 3903916 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics