47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright 2015 Shell Software Inc.
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
~
|
|
~ File created: 2015-01-17 10:10:53
|
|
-->
|
|
|
|
<resources>
|
|
<declare-styleable name="ActionButton">
|
|
<attr name="type" format="enum">
|
|
<enum name="DEFAULT" value="0" />
|
|
<enum name="MINI" value="1" />
|
|
|
|
<!--Deprecated and will be removed in version 2.0.0. Use DEFAULT and MINI instead-->
|
|
<enum name="normal" value="0" />
|
|
<enum name="mini" value="1" />
|
|
</attr>
|
|
<attr name="button_color" format="color" />
|
|
<attr name="button_colorPressed" format="color" />
|
|
<attr name="shadow_radius" format="dimension" />
|
|
<attr name="shadow_xOffset" format="dimension" />
|
|
<attr name="shadow_yOffset" format="dimension" />
|
|
<attr name="shadow_color" format="color" />
|
|
<attr name="stroke_width" format="dimension" />
|
|
<attr name="stroke_color" format="color" />
|
|
<attr name="show_animation" format="reference" />
|
|
<attr name="hide_animation" format="reference" />
|
|
<attr name="image" format="reference" />
|
|
<attr name="image_size" format="dimension" />
|
|
|
|
<!--Deprecated and will be removed in version 2.0.0. Use show_animation and hide_animation instead-->
|
|
<attr name="animation_onShow" format="reference" />
|
|
<attr name="animation_onHide" format="reference" />
|
|
</declare-styleable>
|
|
</resources>
|