blob: d3c492eacf43af4efb330abb43e3a59c53097912 [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 <TextView
4 android:layout_width="wrap_content"
5 android:layout_height="wrap_content"
Xavier Ducrohet13bdc332011-02-06 10:58:16 -08006 android:layout_weight="1"/>
Xavier Ducrohetbbbb8322011-01-27 16:58:52 -08007 <ImageView
8 android:layout_height="wrap_content"
Xavier Ducrohet13bdc332011-02-06 10:58:16 -08009 android:layout_width="wrap_content"/>
10 <ImageView
11 android:layout_height="wrap_content"
Xavier Ducrohetc6083f22011-02-23 09:53:56 -080012 android:layout_width="wrap_content"
13 android:layout_marginLeft="3dip"
14 android:layout_marginRight="5dip"/>
Xavier Ducrohetbbbb8322011-01-27 16:58:52 -080015</merge>