mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
32 lines
1.1 KiB
XML
32 lines
1.1 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>
|
|
|
|
</resources>
|
|
|