-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathattrs.xml
More file actions
19 lines (19 loc) · 715 Bytes
/
Copy pathattrs.xml
File metadata and controls
19 lines (19 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--侧滑菜单的属性-->
<declare-styleable name="SlideMenuLayout">
<attr format="enum" name="slideMode">
<enum name="left" value="1001"/>
<enum name="right" value="1002"/>
<enum name="both" value="1003"/>
<enum name="none" value="1004"/>
</attr>
<attr format="dimension" name="slidePadding"/>
<attr format="integer" name="slideTime"/>
<attr format="boolean" name="parallax"/>
<attr format="float" name="contentAlpha"/>
<attr format="color" name="contentShadowColor"/>
<attr format="boolean" name="contentToggle"/>
<attr format="boolean" name="allowDragging"/>
</declare-styleable>
</resources>