blob: 776bb2a1274a824cfbc4d0ab3d4e94dfe1fbd5d5 [file] [log] [blame]
alision7297bdb2013-05-21 11:56:55 -04001<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <declare-styleable name="CustomSlidingDrawer">
4 <attr name="handle" format="reference" />
5 <attr name="content" format="reference" />
6 <attr name="orientation" format="integer" />
7 <attr name="bottomOffset" format="dimension" />
8 <attr name="topOffset" format="dimension" />
9 <attr name="allowSingleTap" format="boolean" />
10 <attr name="animateOnClick" format="boolean" />
11 </declare-styleable>
12</resources>