<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<attr name="mainColor" format="color" />
|
<attr name="titleHeight" format="dimension" />
|
|
<!-- common title-->
|
<declare-styleable name="CommonTitle">
|
<attr name="titleText" format="reference" />
|
<attr name="left_selector" format="reference" />
|
<attr name="right_selector" format="reference" />
|
|
<attr name="right_selector_visible" format="boolean" />
|
<attr name="left_selector_visible" format="boolean" />
|
<attr name="title_background" format="reference" />
|
</declare-styleable>
|
|
<!-- EmptyView -->
|
<declare-styleable name="EmptyView">
|
<attr name="image_bg" format="reference" /> <!-- image background -->
|
<attr name="first_text_size" format="dimension" /> <!-- first text size -->
|
<attr name="first_text_color" format="color" /> <!-- first text color -->
|
<attr name="first_text" format="string" /> <!-- first text -->
|
<attr name="second_text_size" format="dimension" /> <!-- second text size -->
|
<attr name="second_text_color" format="color" /> <!-- second text color -->
|
<attr name="second_text" format="string" /> <!-- first text -->
|
</declare-styleable>
|
|
<declare-styleable name="TimeBar">
|
|
<attr name="background_color" format="color" /> <!-- background color -->
|
<attr name="fill_color" format="color" /> <!-- fill color -->
|
<attr name="scale_text_color" format="color" /> <!-- scale_text color -->
|
<attr name="thumb_color" format="color"></attr> <!-- thumb color -->
|
<attr name="fill_height" format="dimension"></attr> <!-- fill height -->
|
<attr name="scale_text_size" format="dimension"></attr> <!-- scale_text size -->
|
<attr name="date_text_size" format="dimension"></attr> <!-- date_text size -->
|
<attr name="date_text_color" format="color"></attr> <!-- date_text color -->
|
<attr name="max_time" format="integer">
|
|
<enum name="hour_24" value="24" /> <!-- 24小时 -->
|
<enum name="hour_48" value="48" /> <!-- 48小时 -->
|
</attr> <!-- max hour -->
|
</declare-styleable>
|
|
<declare-styleable name="MLImageView">
|
|
<attr name="ml_border_color" format="color" />
|
<attr name="ml_border_width" format="dimension" />
|
<attr name="ml_press_alpha" format="integer" />
|
<attr name="ml_press_color" format="color" />
|
<attr name="ml_radius" format="dimension" />
|
<attr name="ml_shape_type" format="enum">
|
|
<enum name="none" value="0" />
|
<enum name="round" value="1" />
|
<enum name="rectangle" value="2" />
|
</attr>
|
</declare-styleable>
|
|
<!-- SwipeLayout -->
|
<declare-styleable name="SwipeLayout">
|
<attr name="drag_edge" format="enum">
|
<enum name="left" value="0" />
|
<enum name="right" value="1" />
|
<enum name="top" value="2" />
|
<enum name="bottom" value="3" />
|
</attr>
|
<attr name="show_mode" format="enum">
|
<enum name="lay_down" value="0" />
|
<enum name="pull_out" value="1" />
|
</attr>
|
</declare-styleable>
|
<!-- JazzyViewPager -->
|
<declare-styleable name="JazzyViewPager">
|
<attr name="JazzyViewPagerstyle">
|
<enum name="standard" value="0" />
|
<enum name="tablet" value="1" />
|
<enum name="cubein" value="2" />
|
<enum name="cubeout" value="3" />
|
<enum name="flipvertical" value="4" />
|
<enum name="fliphorizontal" value="5" />
|
<enum name="stack" value="6" />
|
<enum name="zoomin" value="7" />
|
<enum name="zoomout" value="8" />
|
<enum name="rotateup" value="9" />
|
<enum name="rotatedown" value="10" />
|
<enum name="accordion" value="11" />
|
</attr>
|
<attr name="FadeEnabled" format="boolean" />
|
<attr name="outlineEnabled" format="boolean" />
|
<attr name="outlineColor" format="color|reference" />
|
</declare-styleable>
|
|
<declare-styleable name="SlidingUpPanelLayout">
|
<attr name="umanoPanelHeight" format="dimension" />
|
<attr name="umanoShadowHeight" format="dimension" />
|
<attr name="umanoParallaxOffset" format="dimension" />
|
<attr name="umanoFadeColor" format="color" />
|
<attr name="umanoFlingVelocity" format="integer" />
|
<attr name="umanoDragView" format="reference" />
|
<attr name="umanoScrollableView" format="reference" />
|
<attr name="umanoOverlay" format="boolean"/>
|
<attr name="umanoClipPanel" format="boolean"/>
|
<attr name="umanoAnchorPoint" format="float" />
|
<attr name="umanoInitialState" format="enum">
|
<enum name="expanded" value="0" />
|
<enum name="collapsed" value="1" />
|
<enum name="anchored" value="2" />
|
<enum name="hidden" value="3" />
|
</attr>
|
<attr name="umanoScrollInterpolator" format="reference" />
|
</declare-styleable>
|
|
</resources>
|