summaryrefslogtreecommitdiffstats
path: root/tests/SharedLibrary/lib/res/layout/address.xml
blob: 835f43e6c9bdbe9c9102399dcf32b2ae86b88f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>

<merge xmlns:android="http://schemas.android.com/apk/res/android">
    <TextView android:id="@+id/name"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>
    <TextView android:id="@+id/street"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>
    <TextView android:id="@+id/cityStateZip"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>
    <TextView android:id="@+id/country"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>
</merge>