diff --git a/res/drawable-xlarge/search_button.xml b/res/drawable-xlarge/search_button.xml index 6d5d949bee..8f18e677ea 100644 --- a/res/drawable-xlarge/search_button.xml +++ b/res/drawable-xlarge/search_button.xml @@ -1,5 +1,5 @@ - Widgets + Folders + Shortcuts + Wallpapers + This will be the wallpapers tab + All + Apps + Games + Downloaded diff --git a/src/com/android/launcher2/FolderListAdapter.java b/src/com/android/launcher2/FolderListAdapter.java index bdfeaeb3db..ebb3332d64 100644 --- a/src/com/android/launcher2/FolderListAdapter.java +++ b/src/com/android/launcher2/FolderListAdapter.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package com.android.launcher2; import com.android.launcher.R; diff --git a/src/com/android/launcher2/HomeCustomizationItemGallery.java b/src/com/android/launcher2/HomeCustomizationItemGallery.java index df64d5e99d..2eba49f143 100644 --- a/src/com/android/launcher2/HomeCustomizationItemGallery.java +++ b/src/com/android/launcher2/HomeCustomizationItemGallery.java @@ -1,3 +1,20 @@ +/* + * 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. + */ + + package com.android.launcher2; import android.content.Context;