课程
/移动开发
/Android
/明日之星-RecyclerView
为什么DividertemDecoration类中并没有修改ATTRS数组,而构造方法中确能够得到样式中定义的drawable?
2016-09-19
源自:明日之星-RecyclerView 2-3
正在回答
style.xml中放入<item name="android:listDivider">@drawable/shape</item>,会覆盖默认风格,
DividertemDecoration类中的:
51行final TypedArray a = context.obtainStyledAttributes(ATTRS);会调用系统的分格属性
public final TypedArray obtainStyledAttributes(@StyleableRes int[] attrs) { return getTheme().obtainStyledAttributes(attrs);}
举报
带领大家学习百变RecyclerView,绝对干货,告别加班不是梦