Lines Matching full:android
1 <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"
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"
14 android:id="@+id/caTestName"
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"
17 android:layout_marginRight="10dp"
18 android:textSize="18sp"
21 android:id="@+id/caTestResult"
22 android:layout_width="fill_parent"
23 android:layout_height="wrap_content"
24 android:gravity="right"
25 android:layout_marginLeft="10dp"
26 android:textSize="15sp"