blob: 8a3b87ae48c04b4afaf419cc48fa91342c91803f [file] [log] [blame]
Xavier Ducrohetbbbb8322011-01-27 16:58:52 -08001<?xml version="1.0" encoding="utf-8"?>
2<merge xmlns:android="http://schemas.android.com/apk/res/android">
3 <ImageView
4 android:layout_height="wrap_content"
5 android:layout_width="wrap_content"/>
6 <ImageView
7 android:layout_height="wrap_content"
8 android:layout_width="wrap_content"/>
9 <ImageView
10 android:layout_height="wrap_content"
11 android:layout_width="wrap_content"/>
12 <TextView
13 android:layout_width="wrap_content"
14 android:layout_height="wrap_content"
15 android:layout_weight="1"/>
16 <ImageView
17 android:layout_height="wrap_content"
18 android:layout_width="wrap_content"
19 android:layout_gravity="center"/>
20</merge>