version:4.6
fix: update:优化订单页,增加快递详情页
This commit is contained in:
@@ -50,4 +50,21 @@
|
||||
<attr name="tbAnimate" format="reference|boolean" />
|
||||
<attr name="tbAsDefaultOn" format="reference|boolean" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="TimelineLayout">
|
||||
<!--时间轴左偏移值-->
|
||||
<attr name="line_margin_left" format="dimension"/>
|
||||
<!--时间轴上偏移值-->
|
||||
<attr name="line_margin_top" format="dimension"/>
|
||||
<!--线宽-->
|
||||
<attr name="line_stroke_width" format="dimension"/>
|
||||
<!--线的颜色-->
|
||||
<attr name="line_color" format="color"/>
|
||||
<!--点的大小-->
|
||||
<attr name="point_size" format="dimension"/>
|
||||
<!--点的颜色-->
|
||||
<attr name="point_color" format="color"/>
|
||||
<!--图标-->
|
||||
<attr name="icon_src" format="reference"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user