gecko/mobile/android/base/resources/values/attrs.xml

32 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2012-05-21 04:12:37 -07:00
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<declare-styleable name="AboutHomeSection">
<attr name="title" format="string"/>
<attr name="subtitle" format="string"/>
<attr name="more_text" format="string"/>
</declare-styleable>
<declare-styleable name="MenuItem">
<attr name="id" format="string"/>
<attr name="orderInCategory" format="string"/>
<attr name="title"/>
<attr name="icon" format="string"/>
<attr name="checkable" format="boolean"/>
<attr name="checked" format="boolean"/>
<attr name="visible" format="string"/>
<attr name="enabled" format="string"/>
<attr name="showAsAction" format="boolean"/>
</declare-styleable>
<declare-styleable name="FlowLayout">
<attr name="spacing" format="dimension"/>
</declare-styleable>
</resources>