Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout / fragment_navigation_drawer.xml
diff --git a/res/layout/fragment_navigation_drawer.xml b/res/layout/fragment_navigation_drawer.xml
deleted file mode 100644 (file)
index 1b9c99f..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
-    xmlns:tools="http://schemas.android.com/tools"\r
-    android:layout_width="match_parent"\r
-    android:layout_height="match_parent"\r
-    android:background="@color/navigation_drawet_bg"\r
-    android:orientation="vertical" >\r
-\r
-    <TextView\r
-        android:layout_width="match_parent"\r
-        android:layout_height="wrap_content"\r
-        android:paddingTop="15dp"\r
-        android:paddingBottom="15dp"\r
-        android:paddingLeft="5dp"\r
-        android:paddingRight="5dp"\r
-        android:textStyle="bold"\r
-        android:text="@string/drawer_header"\r
-        android:textColor="#000000" />\r
-\r
-    <ListView\r
-        android:id="@+id/fragment_listView"\r
-        android:layout_width="match_parent"\r
-        android:layout_height="fill_parent"\r
-        android:cacheColorHint="@null"\r
-        android:choiceMode="singleChoice"\r
-        android:divider="@android:color/transparent"\r
-        android:dividerHeight="0dp"\r
-        tools:context="com.samsung.srpol.ui.drawer.MenuFragment" />\r
-\r
-</LinearLayout>
\ No newline at end of file