summaryrefslogtreecommitdiffstats
path: root/res/drawable/shortcut_selector.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2009-10-29 19:29:21 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-29 19:29:21 -0700
commit4ff2af0c07476f17d255481d0d23b81041e7f575 (patch)
treee4e9de546e2ea0a592ed6e16f7b0c7f76c209b45 /res/drawable/shortcut_selector.xml
parent7f9c12c59a47f39e3aa00273920414f73edcb952 (diff)
parentd7967c599e0d5b9ddb992b5f9836582d402a8671 (diff)
downloadandroid_packages_wallpapers_LivePicker-4ff2af0c07476f17d255481d0d23b81041e7f575.tar.gz
android_packages_wallpapers_LivePicker-4ff2af0c07476f17d255481d0d23b81041e7f575.tar.bz2
android_packages_wallpapers_LivePicker-4ff2af0c07476f17d255481d0d23b81041e7f575.zip
am d7967c59: Improving Live Wallpaper picker UI.
Merge commit 'd7967c599e0d5b9ddb992b5f9836582d402a8671' into eclair-mr2 * commit 'd7967c599e0d5b9ddb992b5f9836582d402a8671': Improving Live Wallpaper picker UI.
Diffstat (limited to 'res/drawable/shortcut_selector.xml')
-rw-r--r--res/drawable/shortcut_selector.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/shortcut_selector.xml b/res/drawable/shortcut_selector.xml
new file mode 100644
index 0000000..09fec1b
--- /dev/null
+++ b/res/drawable/shortcut_selector.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2007, 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_window_focused="true" android:state_focused="true" android:drawable="@drawable/focused_application_background" />
+ <item android:state_window_focused="false" android:state_focused="true" android:drawable="@android:color/transparent" />
+</selector>