summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-17 14:29:42 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-17 14:34:50 -0700
commit726ee07aba1f7e3a76a5b8bd1d521af0788c8357 (patch)
treeb7acd79755e40b736aa2f28dac904012ebf60867 /res/layout-sw600dp
parentab9d6985fa1e2478cc24244f50890af91d591288 (diff)
downloadpackages_apps_Settings-726ee07aba1f7e3a76a5b8bd1d521af0788c8357.zip
packages_apps_Settings-726ee07aba1f7e3a76a5b8bd1d521af0788c8357.tar.gz
packages_apps_Settings-726ee07aba1f7e3a76a5b8bd1d521af0788c8357.tar.bz2
Code cleaning
- remove unused class AccessPointCategoryForSetupWizardXL - also remove its usused layout Change-Id: I2f8e7b41b112137b7b98678127ae7215932e7a25
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/access_point_category_for_setup_wizard_xl.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/res/layout-sw600dp/access_point_category_for_setup_wizard_xl.xml b/res/layout-sw600dp/access_point_category_for_setup_wizard_xl.xml
deleted file mode 100644
index 1777eda..0000000
--- a/res/layout-sw600dp/access_point_category_for_setup_wizard_xl.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2006 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.
--->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:paddingEnd="?android:attr/scrollbarSize">
-
- <LinearLayout android:id="@+android:id/widget_frame"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:orientation="vertical" />
-
-</LinearLayout>