Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout / drawer_list_item.xml
diff --git a/res/layout/drawer_list_item.xml b/res/layout/drawer_list_item.xml
deleted file mode 100644 (file)
index bcfc813..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
-    android:background="@drawable/drawer_background_selector" >
-
-    <TextView
-        android:id="@+id/text1"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_alignParentLeft="true"
-        android:layout_alignParentTop="true"
-        android:padding="10dp"
-        android:textColor="@color/text_menu"
-        android:textSize="15sp" />
-
-    <ImageView
-        android:id="@+id/icon"
-        android:layout_below="@+id/text1"
-        android:layout_alignParentLeft="true"
-        android:layout_width="100dp"
-        android:layout_height="100dp" 
-        android:scaleType="fitStart"/>
-
-    <TextView
-        android:id="@+id/text2"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_toRightOf="@+id/icon"
-        android:layout_below="@+id/text1"
-        android:padding="10dp"
-        android:textColor="@color/navigation_drawer_text"
-        android:textSize="12sp" />
-
-    <TextView 
-        android:id="@+id/text3"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_toRightOf="@+id/icon"
-        android:layout_below="@+id/text2"
-        android:paddingLeft="10dp"
-        android:paddingBottom="10dp"
-        android:textColor="@color/navigation_drawer_text"
-        android:textSize="12sp"
-        android:text="@string/items_string_quantity"/>
-</RelativeLayout>
\ No newline at end of file