1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
-
- <declare-styleable name="MyCircleProgressView">
- <attr name="antiAlias" format="boolean" />
- <attr name="mCirWidth" format="dimension" />
- <attr name="mCirColor" format="color" />
- <attr name="mBgCirWidth" format="dimension" />
- <attr name="mBgCirColor" format="color" />
- <attr name="animTime" format="integer" />
- <attr name="value" format="integer" />
- <attr name="maxvalue" format="integer" />
- <attr name="startAngle" format="float" />
- <attr name="sweepAngle" format="float" />
- <attr name="valueSize" format="dimension" />
- <attr name="valueColor" format="color" />
- <attr name="unit" format="string" />
- <attr name="unitSize" format="dimension" />
- <attr name="unitColor" format="color" />
- <attr name="hint" format="string" />
- <attr name="hintSize" format="dimension" />
- <attr name="hintColor" format="color" />
- <attr name="gradient" format="dimension" />
- <attr name="isGradient" format="boolean" />
- <attr name="smallCirEnable" format="boolean" />
- <attr name="smallCirColor" format="color" />
- <attr name="smallCirWidth" format="dimension" />
- <attr name="shadowSize" format="float" />
- <attr name="shadowColor" format="color" />
- <attr name="shadowShow" format="boolean" />
- <attr name="digit" format="integer" />
- <attr name="isanim" format="boolean" />
- </declare-styleable>
-
- <declare-styleable name="HandWriteView">
- <attr name="paintColor" format="color" />
- <attr name="paintMaxWidth" format="dimension" />
- <attr name="paintMinWidth" format="dimension" />
- </declare-styleable>
-
- <declare-styleable name="AsyncViewStub">
- <attr name="layout" format="reference" />
- </declare-styleable>
-
- <declare-styleable name="NoPaddingTextView">
- <attr name="removeDefaultPadding" format="boolean" />
- </declare-styleable>
- <declare-styleable name="RangeBarView">
- <attr name="rect_line_height" format="dimension"/>
- <attr name="rect_line_default_color" format="color"/>
- <attr name="rect_line_checked_color" format="color"/>
- <attr name="circle_radius" format="dimension"/>
- <attr name="circle_stroke_width" format="dimension"/>
- <attr name="left_circle_solid_color" format="color"/>
- <attr name="left_circle_stroke_color" format="color"/>
- <attr name="right_circle_solid_color" format="color"/>
- <attr name="right_circle_stroke_color" format="color"/>
- <attr name="range_text_size" format="dimension"/>
- <attr name="range_text_color" format="color"/>
- <attr name="view_text_space" format="dimension"/>
- <attr name="rect_price_desc_dialog_width" format="dimension"/>
- <attr name="rect_price_desc_dialog_color" format="color"/>
- <attr name="rect_price_desc_dialog_corner_radius" format="dimension"/>
- <attr name="rect_price_desc_text_size" format="dimension"/>
- <attr name="rect_price_desc_text_color" format="color"/>
- <attr name="rect_price_desc_space_to_progress" format="dimension"/>
- </declare-styleable>
- </resources>
|