Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
1、Compatible listview
  • Loading branch information
lanjl committed Sep 24, 2015
commit 801c3e964c0ec9536186bb0f91c4b55a67feaebd
9 changes: 9 additions & 0 deletions library/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@
<declare-styleable name="SlidingUpPanelLayout">
<attr name="umanoPanelHeight" format="dimension" />
<attr name="umanoShadowHeight" format="dimension" />
<attr name="umanoContentHeight" format="dimension" />
<attr name="umanoOtherHeight" format="dimension" />
<attr name="umanoContentView" format="reference" />

<attr name="umanoParalaxOffset" format="dimension" />
<attr name="umanoFadeColor" format="color" />
<attr name="umanoFlingVelocity" format="integer" />
<attr name="umanoDragView" format="reference" />
<attr name="umanoOverlay" format="boolean"/>
<attr name="umanoClipPanel" format="boolean"/>
<attr name="umanoAnchorPoint" format="float" />
<attr name="umanoInnerScrollView" format="reference" />


<attr name="umanoInitialState" format="enum">


<enum name="expanded" value="0" />
<enum name="collapsed" value="1" />
<enum name="anchored" value="2" />
Expand Down
Loading