Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout / threats_list_item.xml
diff --git a/res/layout/threats_list_item.xml b/res/layout/threats_list_item.xml
deleted file mode 100644 (file)
index f88ae5d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="fill_parent"
-    android:layout_height="wrap_content"
-    android:layout_gravity="center"
-    android:padding="16dp"
-    android:orientation="horizontal" >
-
-    <ImageView
-        android:id="@+id/threat_icon"
-        android:layout_width="30dp"
-        android:layout_height="30dp"
-        android:scaleType="centerInside"
-        android:src="@drawable/ic_launcher" />
-
-    <TextView
-        android:id="@+id/threat_text"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginLeft="10dp"
-        android:textSize="14sp" />
-
-</LinearLayout> 
\ No newline at end of file