Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout / fragment_main.xml
diff --git a/res/layout/fragment_main.xml b/res/layout/fragment_main.xml
deleted file mode 100644 (file)
index 0706944..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent">
-
-    <TextView
-            android:id="@+id/header_label"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:textColor="@color/text_main"
-            android:textSize="18sp"
-            android:gravity = "center"
-            android:textStyle="bold"
-            android:paddingLeft="20dp"
-            android:paddingRight="20dp"
-            android:paddingBottom="10dp"
-            android:background="@color/text_bg"
-            android:layout_alignParentTop="true"
-            android:layout_alignParentLeft="true"
-            android:layout_alignParentRight="true" />
-    
-    <com.samsung.srpol.parallax.ParallaxListView
-        xmlns:app="http://schemas.android.com/apk/res-auto"
-        android:id="@+id/listview"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_alignParentLeft="true"
-        android:layout_below="@id/header_label"
-        android:fadingEdge="none"
-        app:parallax_factor="2.9"
-        tools:context=".MainActivity" />
-
-</RelativeLayout>
\ No newline at end of file