diff options
author | Winson Chung <winsonc@google.com> | 2011-05-09 13:38:51 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-05-09 13:38:51 -0700 |
commit | dfa07afefddc1ea06d20c84b83ea6155a376d74a (patch) | |
tree | 83da264f8bdd3967ad49983fa8f3d4ece9b68e57 /overlay/packages/apps | |
parent | e01461378fe1a9ad564c3aaf0eb148156fa4aabc (diff) | |
download | device_samsung_tuna-dfa07afefddc1ea06d20c84b83ea6155a376d74a.zip device_samsung_tuna-dfa07afefddc1ea06d20c84b83ea6155a376d74a.tar.gz device_samsung_tuna-dfa07afefddc1ea06d20c84b83ea6155a376d74a.tar.bz2 |
Removing old all apps overlay.
Change-Id: Ibca7df6b33c1c2e56447bd166085fa362609e90d
Diffstat (limited to 'overlay/packages/apps')
-rw-r--r-- | overlay/packages/apps/Launcher2/res/layout/all_apps.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/overlay/packages/apps/Launcher2/res/layout/all_apps.xml b/overlay/packages/apps/Launcher2/res/layout/all_apps.xml deleted file mode 100644 index f9761f1..0000000 --- a/overlay/packages/apps/Launcher2/res/layout/all_apps.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<!-- switch to all_apps_3d on devices that support RenderScript --> -<merge xmlns:android="http://schemas.android.com/apk/res/android"> - <include layout="@layout/all_apps_3d" /> -</merge> |