mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
b3d3200781
--HG-- rename : mobile/android/base/resources/layout/abouthome_content.xml => mobile/android/base/resources/layout/abouthome_content.xml.in
11 lines
284 B
XML
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>
|