gecko-dev/mobile/android/base/resources/values/attrs.xml
Sriram Ramasubramanian b3d3200781 Bug 735741: Factor out UI in about:home [r=mfinkle]
--HG--
rename : mobile/android/base/resources/layout/abouthome_content.xml => mobile/android/base/resources/layout/abouthome_content.xml.in
2012-03-19 16:15:05 -07:00

11 lines
284 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AboutHomeSection">
<attr name="title" format="string"/>
<attr name="subtitle" format="string"/>
<attr name="more_text" format="string"/>
</declare-styleable>
</resources>