Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout-land / welcome_dialog.xml
diff --git a/res/layout-land/welcome_dialog.xml b/res/layout-land/welcome_dialog.xml
deleted file mode 100644 (file)
index c964754..0000000
+++ /dev/null
@@ -1,180 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:id="@+id/container"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:baselineAligned="true"
-    android:orientation="horizontal"
-    tools:ignore="MergeRootFrame" >
-
-    <RelativeLayout
-        android:id="@+id/footer_bg"
-        android:layout_width="0dp"
-        android:layout_height="match_parent"
-        android:layout_weight="2"
-        android:background="@color/welcome_footer_bg"
-        android:padding="5pt" >
-
-        <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_above="@id/footer_text"
-            android:layout_alignParentTop="true"
-            android:gravity="center"
-            android:orientation="vertical" >
-
-            <ImageView
-                android:id="@+id/fondation_logo"
-                android:layout_width="wrap_content"
-                android:layout_height="0dip"
-                android:layout_weight="1"
-                android:layout_marginBottom="10pt"
-                android:contentDescription="@string/fond"
-                android:scaleType="centerInside"
-                android:src="@drawable/logo_fnp" />
-
-            <ImageView
-                android:id="@+id/samsung_logo"
-                android:layout_width="wrap_content"
-                android:layout_height="0dip"
-                android:layout_weight="1"
-                android:layout_marginBottom="10pt"
-                android:contentDescription="@string/samsung"
-                android:scaleType="centerInside"
-                android:src="@drawable/logo_samsung" />
-
-            <ImageView
-                android:id="@+id/gov_logo"
-                android:layout_width="wrap_content"
-                android:layout_height="0dip"
-                android:layout_weight="1"
-                android:layout_marginBottom="10pt"
-                android:contentDescription="@string/gov"
-                android:scaleType="centerInside"
-                android:src="@drawable/logo_maic" />
-        </LinearLayout>
-
-        <TextView
-            android:id="@+id/footer_text"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_alignParentBottom="true"
-            android:gravity="center"
-            android:text="@string/financing_info"
-            android:textColor="@android:color/black"
-            android:textSize="15sp" />
-    </RelativeLayout>
-
-    <RelativeLayout
-        android:id="@+id/header"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_weight="3"
-        android:background="@color/welcome_header_bg"
-        android:paddingBottom="5pt"
-        android:paddingLeft="5pt"
-        android:paddingRight="5pt" >
-
-        <ImageView
-            android:id="@+id/tick_bg"
-            android:layout_width="fill_parent"
-            android:layout_height="fill_parent"
-            android:layout_alignParentTop="true"
-            android:layout_centerHorizontal="true"
-            android:layout_marginLeft="35dp"
-            android:layout_marginRight="35dp"
-            android:src="@drawable/img_welcome_screen"
-            android:contentDescription="@null"
-            android:scaleType="fitStart" />
-
-        <TextView
-            android:id="@+id/app_version"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentRight="true"
-            android:layout_alignParentTop="true"
-            android:text="numer wersji"
-            android:textColor="@color/text_main"
-            android:textSize="14sp" />
-
-        <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_alignParentBottom="true"
-            android:layout_alignParentTop="true"
-            android:gravity="center"
-            android:orientation="vertical" >
-
-            <TextView
-                android:id="@+id/app_name"
-                android:layout_width="match_parent"
-                android:layout_height="0dp"
-                android:layout_weight="2"
-                android:gravity="center"
-                android:paddingLeft="15dp"
-                android:paddingRight="15dp"
-                android:text="@string/app_name_two_line"
-                android:textColor="@color/text_main"
-                android:textSize="30sp"
-                android:textStyle="bold" />
-
-            <ScrollView
-                android:layout_width="match_parent"
-                android:layout_height="0dp"
-                android:layout_weight="2"
-                android:scrollbarDefaultDelayBeforeFade="1000"
-                android:scrollbarFadeDuration="1000"
-                android:fillViewport="true"
-                android:paddingLeft="15dp"
-                android:paddingRight="15dp"
-                android:scrollbars="vertical" >
-
-                <LinearLayout
-                    android:layout_width="match_parent"
-                    android:layout_height="match_parent"
-                    android:orientation="vertical" >
-
-                    <TextView
-                        android:id="@+id/welcome_description"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="@string/action_description"
-                        android:textColor="@color/text_main"
-                        android:textSize="15sp" />
-                    <TextView
-                        android:id="@+id/welcome_description_link"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:text="@string/action_description_link_text"
-                        android:textColor="@color/welcome_link_color"
-                        android:textSize="15sp" />
-                </LinearLayout>
-            </ScrollView>
-
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="0dp"
-                android:layout_weight="1"
-                android:gravity="center"
-                android:orientation="vertical" >
-
-                <ImageButton
-                    android:id="@+id/button"
-                    android:layout_width="wrap_content"
-                    android:layout_height="match_parent"
-                    android:background="#00000000"
-                    android:contentDescription="@android:string/ok"
-                    android:scaleType="centerInside"
-                    android:src="@drawable/ok_button" />
-
-                <ProgressBar
-                    android:id="@+id/progressBar"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:visibility="gone" >
-                </ProgressBar>
-            </LinearLayout>
-        </LinearLayout>
-    </RelativeLayout>
-
-</LinearLayout>
\ No newline at end of file