美文网首页我爱编程
divider_bg linearlayout设置间距

divider_bg linearlayout设置间距

作者: 黑色海鸥 | 来源:发表于2018-04-16 14:55 被阅读52次

divider_bg.xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#d2691e" />
    <size android:height="10dp" />
</shape>

代码设置

 android:divider="@drawable/divider_bg"
android:showDividers="middle"

相关文章

网友评论

    本文标题:divider_bg linearlayout设置间距

    本文链接:https://www.haomeiwen.com/subject/fzkekftx.html