Revert latest commit

This commit is contained in:
Karim Abou Zeid 2015-12-02 18:02:15 +01:00
commit f09b38f40e
7 changed files with 12 additions and 43 deletions

View file

@ -13,24 +13,4 @@
<attr name="icon_color" format="color" />
<attr name="divider_color" format="color" />
<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>