You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
703 B
XML
18 lines
703 B
XML
4 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<declare-styleable name="CommonTitleView">
|
||
|
<attr name="title" format="string"></attr>
|
||
|
<attr name="show_style" format="enum">
|
||
|
<enum name="left" value="1" />
|
||
|
<enum name="left_middle" value="2" />
|
||
|
<enum name="left_middle_right" value="3" />
|
||
|
<enum name="middle" value="4" />
|
||
|
<enum name="middle_right" value="5" />
|
||
|
<enum name="right" value="6" />
|
||
|
<enum name="edit" value="7" />
|
||
|
</attr>
|
||
|
<attr name="is_fixed_height" format="boolean"></attr>
|
||
|
<attr name="fixed_height" format="integer"></attr>
|
||
|
</declare-styleable>
|
||
|
|
||
|
</resources>
|