Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout / header_layout.xml
diff --git a/res/layout/header_layout.xml b/res/layout/header_layout.xml
deleted file mode 100644 (file)
index d418210..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:background="@color/text_bg"
-    android:orientation="vertical"
-    android:paddingBottom="10dp"
-    android:paddingLeft="20dp"
-    android:paddingRight="20dp" >
-
-    <TextView
-        android:id="@+id/section_label"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:textColor="@color/text_main"
-        android:textSize="15sp" />
-
-    <RelativeLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:paddingTop="5dp" >
-
-        <LinearLayout
-            android:id="@+id/group_icons"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentLeft="true"
-            android:orientation="horizontal" >
-        </LinearLayout>
-
-        <ImageButton
-            android:id="@+id/legend_btn"
-            android:layout_width="85dp"
-            android:layout_height="35dp"
-            android:layout_alignParentRight="true"
-            android:background="#00000000"
-            android:scaleType="fitXY"
-            android:src="@drawable/legend_btn_selector" />
-    </RelativeLayout>
-
-    <TextView
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:paddingTop="5dp"
-        android:text="@string/do_you_trust"
-        android:textColor="@color/text_main"
-        android:textSize="18sp"
-        android:textStyle="bold" />
-
-</LinearLayout>
\ No newline at end of file