1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content"
5 android:layout_gravity="center"
7 android:orientation="horizontal" >
10 android:id="@+id/threat_icon"
11 android:layout_width="30dp"
12 android:layout_height="30dp"
13 android:scaleType="centerInside"
14 android:src="@drawable/ic_launcher" />
17 android:id="@+id/threat_text"
18 android:layout_width="wrap_content"
19 android:layout_height="wrap_content"
20 android:layout_marginLeft="10dp"
21 android:textSize="14sp" />