summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-06-27 15:08:59 -0700
committerAdam Cohen <adamcohen@google.com>2013-06-27 16:43:15 -0700
commit41eb470ef9c319b28ed4f5eb3b55dc525eff4750 (patch)
treed4eb3f36ef8faa4c9bd9a26f739f8201ab5b487d /res
parent06e6c8c50bf555e18bd62d356d4e60f3ac0d3037 (diff)
downloadandroid_packages_apps_Trebuchet-41eb470ef9c319b28ed4f5eb3b55dc525eff4750.tar.gz
android_packages_apps_Trebuchet-41eb470ef9c319b28ed4f5eb3b55dc525eff4750.tar.bz2
android_packages_apps_Trebuchet-41eb470ef9c319b28ed4f5eb3b55dc525eff4750.zip
Fix now showing on screen 1
Change-Id: I83c3aa0b219e62af8c024229fe00933bcedbf9df
Diffstat (limited to 'res')
-rw-r--r--res/layout/workspace_custom_content.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/res/layout/workspace_custom_content.xml b/res/layout/workspace_custom_content.xml
deleted file mode 100644
index 649768515..000000000
--- a/res/layout/workspace_custom_content.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 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.
--->
-
-<com.android.launcher3.CellLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
-
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingStart="0dp"
- android:paddingEnd="0dp"
- android:paddingTop="0dp"
- android:paddingBottom="0dp"
- android:hapticFeedbackEnabled="false"
-
- launcher:cellWidth="@dimen/workspace_cell_width"
- launcher:cellHeight="@dimen/workspace_cell_height"
- launcher:widthGap="@dimen/workspace_width_gap"
- launcher:heightGap="@dimen/workspace_height_gap"
- launcher:maxGap="@dimen/workspace_max_gap" />