| Adam Lesinski | de898ff | 2014-01-29 18:20:45 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <merge xmlns:android="http://schemas.android.com/apk/res/android"> |
| 4 | <TextView android:id="@+id/name" |
| 5 | android:layout_width="wrap_content" |
| 6 | android:layout_height="wrap_content"/> |
| 7 | <TextView android:id="@+id/street" |
| 8 | android:layout_width="wrap_content" |
| 9 | android:layout_height="wrap_content"/> |
| 10 | <TextView android:id="@+id/cityStateZip" |
| 11 | android:layout_width="wrap_content" |
| 12 | android:layout_height="wrap_content"/> |
| 13 | <TextView android:id="@+id/country" |
| 14 | android:layout_width="wrap_content" |
| 15 | android:layout_height="wrap_content"/> |
| 16 | </merge> |