<?xml version="1.0" encoding="utf-8"?>
|
<resources>
|
<declare-styleable name="HDLArcSeekBar">
|
<attr name="arc_width" format="dimension|reference" />
|
<attr name="arc_open_angle" format="float" />
|
<attr name="arc_rotate_angle" format="float" />
|
<attr name="arc_colors" format="reference" />
|
<attr name="arc_border_width" format="dimension|reference" />
|
<attr name="arc_border_color" format="color|reference" />
|
<attr name="arc_max" format="integer|reference" />
|
<attr name="arc_min" format="integer|reference" />
|
<attr name="arc_progress" format="integer|reference" />
|
<attr name="arc_thumb_width" format="dimension|reference" />
|
<attr name="arc_thumb_color" format="color|reference" />
|
<attr name="arc_thumb_radius" format="dimension|reference" />
|
<attr name="arc_thumb_shadow_radius" format="dimension|reference" />
|
<attr name="arc_thumb_shadow_color" format="color|reference" />
|
<attr name="hdl_arc_thumb_mode" format="integer|dimension">
|
<enum name="STROKE" value="0" />
|
<enum name="FILL" value="1" />
|
<enum name="FILL_STROKE" value="2" />
|
</attr>
|
<attr name="arc_shadow_radius" format="dimension|reference" />
|
<attr name="arc_progress_bar_color" format="color|reference" />
|
<attr name="arc_progress_bar_text_unit" format="string|reference" />
|
|
</declare-styleable>
|
|
|
<declare-styleable name="HDLWaveSeekBar">
|
<attr name="wave_color" format="color"></attr>
|
<attr name="second_wave_color" format="color"></attr>
|
<attr name="wave_bg_color" format="color"></attr>
|
<attr name="wave_border_color" format="color"></attr>
|
|
<attr name="wave_width" format="dimension"></attr>
|
<attr name="wave_height" format="dimension"></attr>
|
|
|
</declare-styleable>
|
|
<declare-styleable name="HDLCurtainSeekBar">
|
<attr name="curtain_bar_color" format="color"></attr>
|
<attr name="second_curtain_bar_color" format="color"></attr>
|
<attr name="curtain_bar_bg_color" format="color"></attr>
|
<attr name="curtain_bar_border_color" format="color"></attr>
|
|
<attr name="curtain_bar_width" format="dimension"></attr>
|
<attr name="curtain_bar_height" format="dimension"></attr>
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="pickerview">
|
<attr name="wheelview_gravity">
|
<enum name="center" value="17"/>
|
<enum name="left" value="3"/>
|
<enum name="right" value="5"/>
|
</attr>
|
<attr name="wheelview_textSize" format="dimension"/>
|
<attr name="wheelview_textColorOut" format="color"/>
|
<attr name="wheelview_textColorCenter" format="color"/>
|
<attr name="wheelview_dividerColor" format="color"/>
|
<attr name="wheelview_lineSpacingMultiplier" format="float"/>
|
</declare-styleable>
|
</resources>
|