Skip to content

Commit

Permalink
-updated touchModeAbove/touchModeBehind xml attribute options.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbhonrade committed Feb 26, 2014
1 parent d929476 commit 08ff047
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 08ff047

Please sign in to comment.