OSDN Git Service

Initial commit
[worldopac/WorldOpac.git] / WorldOpac / res / values / attrs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3
4     <declare-styleable name="FlowLayout">
5         <attr name="horizontalSpacing" format="dimension" />
6         <attr name="verticalSpacing" format="dimension" />
7         <attr name="orientation" format="enum">
8             <enum name="horizontal" value="0" />
9             <enum name="vertical" value="1" />
10         </attr>
11         <attr name="debugDraw" format="boolean" />
12     </declare-styleable>
13     <declare-styleable name="FlowLayout_LayoutParams">
14         <attr name="layout_newLine" format="boolean" />
15         <attr name="layout_horizontalSpacing" format="dimension" />
16         <attr name="layout_verticalSpacing" format="dimension" />
17     </declare-styleable>
18
19 </resources>