Home | History | Annotate | Download | only in bars
      1 <?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 	<ImageView
     20 			android:layout_height="wrap_content"
     21 			android:layout_width="wrap_content"
     22 			android:layout_marginLeft="3dip"
     23 			android:layout_marginRight="15dip"/>
     24 </merge>
     25