summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-10-16 15:07:32 -0700
committerRomain Guy <romainguy@android.com>2009-10-16 15:46:55 -0700
commita45f6642277aee095483ed85b20d807c111b71a1 (patch)
tree48f3b00679fb06a4765d4447a173e2a745e7c8cb /res
parent1d708e72625ef84dfea65ef65baa6b7bda932ce3 (diff)
downloadandroid_packages_apps_Trebuchet-a45f6642277aee095483ed85b20d807c111b71a1.tar.gz
android_packages_apps_Trebuchet-a45f6642277aee095483ed85b20d807c111b71a1.tar.bz2
android_packages_apps_Trebuchet-a45f6642277aee095483ed85b20d807c111b71a1.zip
Remove live wallpaper picker from Launcher2.
Change-Id: I2c48f3624128276c3460939960168163d3c74c08
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/livewallpaper_placeholder.pngbin4814 -> 0 bytes
-rw-r--r--res/layout/live_wallpaper_content.xml72
-rw-r--r--res/values/strings.xml10
3 files changed, 0 insertions, 82 deletions
diff --git a/res/drawable-hdpi/livewallpaper_placeholder.png b/res/drawable-hdpi/livewallpaper_placeholder.png
deleted file mode 100644
index 3743489db..000000000
--- a/res/drawable-hdpi/livewallpaper_placeholder.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/live_wallpaper_content.xml b/res/layout/live_wallpaper_content.xml
deleted file mode 100644
index 4dc6dbca8..000000000
--- a/res/layout/live_wallpaper_content.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
-
- <FrameLayout
- android:layout_width="fill_parent"
- android:layout_height="0px"
- android:layout_weight="1"
- >
- <!--
- <ListView
- android:id="@android:id/list"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- />
- -->
- <TextView
- android:id="@android:id/empty"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:text="@string/live_wallpaper_empty"
- android:visibility="gone"
- android:textAppearance="?android:attr/textAppearanceMedium"
- />
- </FrameLayout>
-
- <Gallery android:id="@+id/gallery"
- android:gravity="fill"
- android:layout_width="fill_parent"
- android:layout_height="120dip" />
-
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <Button android:id="@+id/configure"
- android:layout_width="0px"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/configure_wallpaper"
- android:layout_gravity="center" />
-
- <Button android:id="@+id/set"
- android:layout_width="0px"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/wallpaper_instructions"
- android:layout_gravity="center" />
-
- </LinearLayout>
-
-</LinearLayout>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 89c9b1a56..1288f64d1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -34,11 +34,6 @@
<string name="pick_wallpaper">Wallpaper gallery</string>
<!-- Displayed when user selects a shortcut for an app that was uninstalled -->
<string name="activity_not_found">Application is not installed on your phone.</string>
- <!-- Title for the screen that lets the user choose a live wallpaper to use
- for the system. -->
- <string name="live_wallpaper_picker_title">Live wallpaper</string>
- <!-- List item for configuring the current wallpaper -->
- <string name="configure_wallpaper">Configure...</string>
<!-- Folders -->
<skip />
@@ -132,9 +127,4 @@
<!-- Text to show user in place of a gadget when we can't display it properly -->
<string name="gadget_error_text">Problem loading widget</string>
-
- <!-- STUFF FOR THE WALLPAPER PICKER. -->
- <string name="live_wallpaper_empty">No live wallpapers.</string>
- <string name="set_live_wallpaper">Set wallpaper</string>
-
</resources>