summaryrefslogtreecommitdiffstats
path: root/res/anim
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-12 17:07:00 -0800
committerRuben Brunk <rubenbrunk@google.com>2012-12-12 17:25:39 -0800
commitb15eb8429e7fb395bd968b91505817407f00d20e (patch)
tree890965fc9f35a2ea4323a492714828cfa2b06818 /res/anim
parent7ffbd3b2077ddf2a6889787c55ff084c17038343 (diff)
downloadandroid_packages_apps_Snap-b15eb8429e7fb395bd968b91505817407f00d20e.tar.gz
android_packages_apps_Snap-b15eb8429e7fb395bd968b91505817407f00d20e.tar.bz2
android_packages_apps_Snap-b15eb8429e7fb395bd968b91505817407f00d20e.zip
Removed unused photoeditor resources.
Change-Id: I415918ba5ae8a6c1a4521ec4dcfc1fab337bd3dd
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/photoeditor_fade_in.xml21
-rw-r--r--res/anim/photoeditor_fade_out.xml21
2 files changed, 0 insertions, 42 deletions
diff --git a/res/anim/photoeditor_fade_in.xml b/res/anim/photoeditor_fade_in.xml
deleted file mode 100644
index 73340410b..000000000
--- a/res/anim/photoeditor_fade_in.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 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.
--->
-
-<alpha xmlns:android="http://schemas.android.com/apk/res/android"
- android:fromAlpha="0.25"
- android:toAlpha="1.0"
- android:duration="500"
- android:fillAfter="true"/>
diff --git a/res/anim/photoeditor_fade_out.xml b/res/anim/photoeditor_fade_out.xml
deleted file mode 100644
index ad97c4916..000000000
--- a/res/anim/photoeditor_fade_out.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 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.
--->
-
-<alpha xmlns:android="http://schemas.android.com/apk/res/android"
- android:fromAlpha="1.0"
- android:toAlpha="0.25"
- android:duration="500"
- android:fillAfter="true"/>