<?xml version="1.0" encoding="utf-8"?>
|
<resources>
|
|
<declare-styleable name="WaveSideBar">
|
<attr name="sidebar_lazy_respond" format="boolean" />
|
<attr name="sidebar_text_color" format="color" />
|
<attr name="sidebar_max_offset" format="dimension" />
|
<attr name="sidebar_position" format="enum">
|
<enum name="right" value="0" />
|
<enum name="left" value="1" />
|
</attr>
|
<attr name="sidebar_text_alignment" format="enum">
|
<enum name="center" value="0" />
|
<enum name="left" value="1" />
|
<enum name="right" value="2" />
|
</attr>
|
</declare-styleable>
|
|
<declare-styleable name="RatingBar">
|
<!--尺寸值-->
|
<attr name="starImageSize" format="dimension" />
|
<!--星星间距-->
|
<attr name="starPadding" format="dimension" />
|
<!--星星总数-->
|
<attr name="starCount" format="integer" />
|
<!--空白的星星资源文件值-->
|
<attr name="starEmpty" format="reference" />
|
<!--满星资源文件值-->
|
<attr name="starFill" format="reference" />
|
<!--半星资源文件值-->
|
<attr name="starHalf" format="reference" />
|
<!--是否可点击boolean值-->
|
<attr name="clickable" format="boolean" />
|
<!--当前进度float值-->
|
<attr name="starStep" format="float" />
|
<!--每次进度方式的值,整星还是半星-->
|
<attr name="stepSize">
|
<enum name="Half" value="0" />
|
<enum name="Full" value="1" />
|
</attr>
|
</declare-styleable>
|
|
<declare-styleable name="form_view">
|
<attr name="title" format="string" />
|
<attr name="info" format="string" />
|
<attr name="infoColor" format="string" />
|
</declare-styleable>
|
|
<declare-styleable name="FlowLayout">
|
<attr name="VerticalSpacing" format="dimension" />
|
<attr name="HorizontalSpacing" format="dimension" />
|
</declare-styleable>
|
|
<declare-styleable name="SwipeMenuLayout">
|
<attr name="swipeEnable" format="boolean"/>
|
<attr name="ios" format="boolean"/>
|
<attr name="leftSwipe" format="boolean"/>
|
</declare-styleable>
|
</resources>
|