Skip to content

Commit 08ff047

Browse files
author
lbhonrade
committed
-updated touchModeAbove/touchModeBehind xml attribute options.
1 parent d929476 commit 08ff047

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/res/values/attrs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
<attr name="touchModeAbove">
3030
<enum name="margin" value="0" />
3131
<enum name="fullscreen" value="1" />
32+
<enum name="none" value="2" />
3233
</attr>
3334
<attr name="touchModeBehind">
3435
<enum name="margin" value="0" />
3536
<enum name="fullscreen" value="1" />
37+
<enum name="none" value="2" />
3638
</attr>
3739
<attr name="shadowDrawable" format="reference" />
3840
<attr name="shadowWidth" format="dimension" />

0 commit comments

Comments
 (0)