36 lines
No EOL
1.4 KiB
XML
36 lines
No EOL
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<attr name="music_controller_container_color" format="color" />
|
|
|
|
<attr name="round_selector" format="reference" />
|
|
<attr name="rect_selector" format="reference" />
|
|
|
|
<attr name="default_bar_color" format="color" />
|
|
|
|
<attr name="toolbarPopupTheme" format="reference" />
|
|
|
|
<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> |