summaryrefslogtreecommitdiffstats
path: root/tests/SharedLibrary/lib/res/values/attrs.xml
blob: 8cefe921be8b0ee7298b04974188615072d38530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>

<resources>
    <declare-styleable name="AddressView">
        <attr name="name" format="string" />
        <attr name="streetNumber" format="integer" />
        <attr name="streetName" format="string" />
        <attr name="city" format="string" />
        <attr name="state" format="string" />
        <attr name="zip" format="string" />
        <attr name="country" format="string" />
    </declare-styleable>
</resources>