blob: 6e3575dd50644a59d2b092562a0704adced798b1 [file] [log] [blame]
Christine Chen523d04c2011-09-22 11:45:50 -07001<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:orientation="horizontal"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content"
5 >
Eino-Ville Talvalac0b150c2012-04-12 17:26:57 -07006 <ImageView
7 android:id="@+id/caTestIcon"
8 android:layout_width="wrap_content"
9 android:layout_height="wrap_content"
10 android:layout_marginRight="10dp"
11 android:src="@android:drawable/ic_menu_camera"
12 />
Christine Chen523d04c2011-09-22 11:45:50 -070013 <TextView
14 android:id="@+id/caTestName"
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"
Eino-Ville Talvalac0b150c2012-04-12 17:26:57 -070017 android:layout_marginRight="10dp"
18 android:textSize="18sp"
Christine Chen523d04c2011-09-22 11:45:50 -070019 />
20 <TextView
21 android:id="@+id/caTestResult"
22 android:layout_width="fill_parent"
23 android:layout_height="wrap_content"
24 android:gravity="right"
Eino-Ville Talvalac0b150c2012-04-12 17:26:57 -070025 android:layout_marginLeft="10dp"
26 android:textSize="15sp"
Christine Chen523d04c2011-09-22 11:45:50 -070027 />
28</LinearLayout>