Started to fix the sliding panel playing queue. WIP

This commit is contained in:
Karim Abou Zeid 2015-11-27 00:14:16 +01:00
commit 188ead81dc
8 changed files with 50 additions and 16 deletions

View file

@ -13,4 +13,24 @@
<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>