Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout / activity_main.xml
diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml
deleted file mode 100644 (file)
index 5cee2f0..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available. -->
-<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:id="@+id/drawer_layout"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    tools:context="com.samsung.srpol.MainActivity" >
-
-    <android.support.v4.view.ViewPager
-        android:id="@+id/myviewpager"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent" >
-
-        <android.support.v4.view.PagerTabStrip
-            android:id="@+id/titlestrip"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:background="@color/header_bg"
-            android:textColor="@color/text_main" />
-    </android.support.v4.view.ViewPager>
-
-    <fragment
-        android:id="@+id/menu_container"
-        android:name="com.samsung.srpol.ui.drawer.MenuFragment"
-        android:layout_width="@dimen/menu_container_width"
-        android:layout_height="match_parent"
-        android:layout_gravity="start"
-        tools:layout="@layout/fragment_navigation_drawer" />
-
-</android.support.v4.widget.DrawerLayout>