Skip to content

Commit

Permalink
Merge pull request jfeinstein10#605 from lbhonrade/master
Browse files Browse the repository at this point in the history
-updated touchModeAbove/touchModeBehind xml attribute options.
  • Loading branch information
jfeinstein10 committed Mar 9, 2014
2 parents bd2b251 + 08ff047 commit 4254fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
<attr name="touchModeAbove">
<enum name="margin" value="0" />
<enum name="fullscreen" value="1" />
<enum name="none" value="2" />
</attr>
<attr name="touchModeBehind">
<enum name="margin" value="0" />
<enum name="fullscreen" value="1" />
<enum name="none" value="2" />
</attr>
<attr name="shadowDrawable" format="reference" />
<attr name="shadowWidth" format="dimension" />
Expand Down

0 comments on commit 4254fec

Please sign in to comment.