Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / layout-land / activity_app_info.xml
diff --git a/res/layout-land/activity_app_info.xml b/res/layout-land/activity_app_info.xml
deleted file mode 100644 (file)
index c55bd26..0000000
+++ /dev/null
@@ -1,126 +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:background="@color/app_detail_bg"
-    android:baselineAligned="false"
-    android:orientation="horizontal"
-    android:padding="20dp" >
-
-    <RelativeLayout
-        android:id="@+id/app_layout"
-        android:layout_width="0dip"
-        android:layout_height="wrap_content"
-        android:layout_marginRight="20dp"
-        android:layout_weight="1"
-        android:gravity="center" >
-
-        <LinearLayout
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentTop="true"
-            android:gravity="center_vertical"
-            android:orientation="horizontal" >
-
-            <RelativeLayout
-                android:layout_width="50dp"
-                android:layout_height="50dp" >
-
-                <ImageView
-                    android:id="@+id/app_icon"
-                    android:layout_width="50dp"
-                    android:layout_height="50dp"
-                    android:scaleType="centerInside"
-                    android:src="@drawable/ic_launcher" />
-
-                <ImageView
-                    android:id="@+id/list_system_app_icon"
-                    android:layout_width="25dp"
-                    android:layout_height="25dp"
-                    android:layout_alignParentBottom="true"
-                    android:layout_alignParentRight="true"
-                    android:scaleType="centerInside"
-                    android:src="@drawable/ic_system_dark"
-                    android:visibility="invisible" />
-            </RelativeLayout>
-
-            <TextView
-                android:id="@+id/app_name"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginLeft="10dp"
-                android:textSize="14sp" />
-        </LinearLayout>
-
-        <LinearLayout
-            android:id="@+id/button_layout"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentBottom="true"
-            android:layout_centerHorizontal="true"
-            android:orientation="vertical"
-            android:paddingRight="10dp" >
-
-            <ImageButton
-                android:id="@+id/more_info_button"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_marginBottom="10dp"
-                android:background="#00000000"
-                android:contentDescription="@string/app_detail_more_info_button"
-                android:scaleType="fitCenter"
-                android:src="@drawable/app_info_what_can_button"
-                android:visibility="gone" />
-
-            <ImageButton
-                android:id="@+id/uninstall_button"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:background="#00000000"
-                android:contentDescription="@string/app_detail_uninstall_button"
-                android:scaleType="fitCenter"
-                android:src="@drawable/app_info_uninstall_button" />
-        </LinearLayout>
-
-    </RelativeLayout>
-
-    <LinearLayout
-        android:id="@+id/list_layout"
-        android:layout_width="0dip"
-        android:layout_height="wrap_content"
-        android:layout_weight="2"
-        android:gravity="center"
-        android:orientation="vertical" >
-
-        <TextView
-            android:id="@+id/system_app_text"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_marginLeft="20dp"
-            android:layout_marginBottom="10dp"
-            android:text="@string/app_detail_settings_app_text"
-            android:textSize="16sp"
-            android:textStyle="bold" />
-
-        <TextView
-            android:id="@+id/header_text"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_marginLeft="20dp"
-            android:text="@string/app_detail_header"
-            android:textSize="14sp"
-            android:textStyle="bold" />
-
-        <ListView
-            android:id="@+id/threats_list"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:layout_marginTop="10dp"
-            android:divider="@color/app_detail_list_divider"
-            android:cacheColorHint="@android:color/transparent"
-            android:scrollbarDefaultDelayBeforeFade="2000"
-            android:scrollbarFadeDuration="2000" />
-    </LinearLayout>
-
-</LinearLayout>
\ No newline at end of file