summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2014-07-14 16:44:40 +0000
committerJason Monk <jmonk@google.com>2014-07-14 16:44:56 +0000
commitf43bbeb247fdcdbf8fdc6b5ffbd437797a99ce6b (patch)
treeac2d76f12f8a16524291c808c47955f8e911965f /res/layout
parentcfc7f9d9600f7b4514ce9608314874bf1023eb21 (diff)
downloadpackages_apps_Settings-f43bbeb247fdcdbf8fdc6b5ffbd437797a99ce6b.zip
packages_apps_Settings-f43bbeb247fdcdbf8fdc6b5ffbd437797a99ce6b.tar.gz
packages_apps_Settings-f43bbeb247fdcdbf8fdc6b5ffbd437797a99ce6b.tar.bz2
Revert "Add lock-to-app to settings"
This reverts commit 315070d58b1d18fe1f5dae73e2ee09fd3ee5b13f. Change-Id: Id78311a4e0f371a87c975cc97587a404e0dfdb7f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/lock_to_app_instructions.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/res/layout/lock_to_app_instructions.xml b/res/layout/lock_to_app_instructions.xml
deleted file mode 100644
index dfe0970..0000000
--- a/res/layout/lock_to_app_instructions.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2014, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
--->
-
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <LinearLayout
- android:id="@+id/instructions_area"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:paddingLeft="@dimen/switchbar_subsettings_margin_start"
- android:paddingRight="@dimen/screen_margin_sides">
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:paddingTop="@dimen/lock_to_app_textview_padding"
- android:text="@string/lock_to_app_description"
- android:textAppearance="@style/TextAppearance.Medium"
- />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingTop="@dimen/lock_to_app_textview_padding"
- android:text="@string/lock_to_app_start_step1"
- android:textAppearance="@style/TextAppearance.Medium"
- />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingTop="@dimen/lock_to_app_textview_padding"
- android:text="@string/lock_to_app_start_step2"
- android:textAppearance="@style/TextAppearance.Medium"
- />
-
- <TextView
- android:id="@+id/lock_to_app_start_step3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingBottom="@dimen/lock_to_app_textview_padding"
- android:paddingTop="@dimen/lock_to_app_textview_padding"
- android:text="@string/lock_to_app_start_step3"
- android:textAppearance="@style/TextAppearance.Medium"
- />
-
- </LinearLayout>
-
- <ListView
- android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
-</FrameLayout> \ No newline at end of file