Skip to content

Commit

Permalink
ShadowLayout2.1.6更新
Browse files Browse the repository at this point in the history
  • Loading branch information
lihangleo2 committed Jan 8, 2020
1 parent c835bdc commit 6c1754a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shadowLibrary/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
<!--下面是否显示阴影-->
<attr name="hl_bottomShow" format="boolean" />

<!-- 新增selector样式,是pressed叫是sectored还是2者都需要 -->
<attr name="hl_selectorMode">
<flag name="pressed" value="1" />
<flag name="selected" value="2" />
</attr>

<!-- 是否要显示应用,可能有只想用shape这块,不想要阴影-->
<attr name="hl_isShowShadow" format="boolean" />

</declare-styleable>

Expand Down

0 comments on commit 6c1754a

Please sign in to comment.