Android颜色渐变的分隔线(ListView)
生活随笔
收集整理的这篇文章主要介绍了
Android颜色渐变的分隔线(ListView)
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
2019独角兽企业重金招聘Python工程师标准>>>
shape.xml
xx
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:startColor="#00000000"
android:centerColor="#000000"
android:endColor="#00000000"
/>
<corners
android:radius="4dp"
/>
</shape>
oo
在ListView中这样设置(xml):
oo
android:divider="@drawable/shape"
android:dividerHeight="2dp"
xx
转载于:https://my.oschina.net/u/1036767/blog/212981
总结
以上是生活随笔为你收集整理的Android颜色渐变的分隔线(ListView)的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 梦到钓到大鱼什么意思
- 下一篇: Android之BroadcastRec