`
hanyezhiyu8
  • 浏览: 153881 次
  • 性别: Icon_minigender_1
  • 来自: 沈阳
社区版块
存档分类
最新评论
收藏列表
标题 标签 来源
ListView item 渐变背景 android, listview ListView item渐变背景(ListView必备!)
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <gradient
        android:startColor="#ffffff"
        android:endColor="#EDEDED"
        android:angle="-90" />
</shape>
Global site tag (gtag.js) - Google Analytics