30 lines
939 B
XML
30 lines
939 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<attr name="title" format="string|reference"/>
|
|
<attr name="icon" format="reference"/>
|
|
|
|
<declare-styleable name="ToolbarMenuItem">
|
|
<attr name="text" format="string|reference"/>
|
|
<attr name="icon"/>
|
|
<attr name="icon_color" format="color|reference"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="PrefSwitch">
|
|
<attr name="key" format="string|reference"/>
|
|
<attr name="defaultValue" format="boolean"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="DrawerMenuItem">
|
|
<attr name="title"/>
|
|
<attr name="icon"/>
|
|
<attr name="with_switch" format="boolean"/>
|
|
<attr name="pref_key" format="string|reference"/>
|
|
<attr name="anti_shake" format="boolean"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="DrawerMenuGroup">
|
|
<attr name="title"/>
|
|
</declare-styleable>
|
|
|
|
</resources> |