我爱编程

divider_bg linearlayout设置间距

2018-04-16  本文已影响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"
上一篇 下一篇

猜你喜欢

热点阅读