summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsGridAdapter.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-14 19:24:40 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-15 15:47:10 -0700
commit4b6eb269502d05edabf883535a7099da5862de42 (patch)
treef0506a3cdc17c325920d25a94159b43bb8112db3 /src/com/android/launcher3/AppsGridAdapter.java
parent312011094f0a00ba53fb5cc6e8d01d8ac90addf1 (diff)
downloadandroid_packages_apps_Trebuchet-4b6eb269502d05edabf883535a7099da5862de42.tar.gz
android_packages_apps_Trebuchet-4b6eb269502d05edabf883535a7099da5862de42.tar.bz2
android_packages_apps_Trebuchet-4b6eb269502d05edabf883535a7099da5862de42.zip
Adding drop shadow effect in allapps
Change-Id: Ic7a9b6e23d925d27a8dcbd418d2609e43917ac45
Diffstat (limited to 'src/com/android/launcher3/AppsGridAdapter.java')
-rw-r--r--src/com/android/launcher3/AppsGridAdapter.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/com/android/launcher3/AppsGridAdapter.java b/src/com/android/launcher3/AppsGridAdapter.java
index d5a411e66..580930cf2 100644
--- a/src/com/android/launcher3/AppsGridAdapter.java
+++ b/src/com/android/launcher3/AppsGridAdapter.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2015 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.
+ */
package com.android.launcher3;
import android.content.Context;