summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2011-05-12 00:06:32 -0400
committerDaniel Sandler <dsandler@google.com>2011-05-26 16:02:09 -0400
commit4e1cd23a51f1d83c1fe5d3eed536641087671db7 (patch)
tree0cd8b9ad5282ef060128426f6ba9825fdd3076db /res/drawable
parent83e3868e90104b77a37adfbbf193b2e62758a17d (diff)
downloadandroid_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.tar.gz
android_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.tar.bz2
android_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.zip
Rocket Launcher!
This is an Android Dream, which is kind of like an interactive screensaver implemented as an Activity. The Rocket Launcher uses the Launcher's own icon cache to show the user's installed apps in hyperspace. Tap the screen to slow down to impulse power. Then, tap an icon to launch. (depends on I4559a95 for android.dreams in support lib) Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/flying_icon_bg.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable/flying_icon_bg.xml b/res/drawable/flying_icon_bg.xml
new file mode 100644
index 000000000..affd975bc
--- /dev/null
+++ b/res/drawable/flying_icon_bg.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/homescreen_small_green" />
+ <item android:drawable="@android:color/transparent" />
+</selector>