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

38 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- 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>
<declare-styleable name="MultiChoicePreference">
<attr name="entries" format="string"/>
<attr name="entryKeys" format="string"/>
<attr name="initialValues" format="string"/>
</declare-styleable>
</resources>