summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-20 15:35:32 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-21 16:26:15 -0700
commit2805e639cdea6ae0051155611d122ed27556e658 (patch)
tree300ac21b2edc7aa392f4e8de1f2194d2900dd971 /res/drawable
parent0a45b58e107b25af41a99d16fc10277ea90f07c0 (diff)
downloadandroid_packages_apps_Trebuchet-2805e639cdea6ae0051155611d122ed27556e658.tar.gz
android_packages_apps_Trebuchet-2805e639cdea6ae0051155611d122ed27556e658.tar.bz2
android_packages_apps_Trebuchet-2805e639cdea6ae0051155611d122ed27556e658.zip
Animating workspace active background change
> Removing workspace_overscroll_drawable_padding which is always 0 Change-Id: I89900738371458a6eb7cbfee215d98b267d6a0b0
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/bg_screenpanel.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/drawable/bg_screenpanel.xml b/res/drawable/bg_screenpanel.xml
new file mode 100644
index 000000000..cdb71dfa1
--- /dev/null
+++ b/res/drawable/bg_screenpanel.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 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.
+*/
+-->
+
+<transition xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item android:drawable="@drawable/screenpanel"/>
+ <item android:drawable="@drawable/screenpanel_hover"/>
+
+</transition> \ No newline at end of file