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
commit8fd29857977e3ca763266704e2a2c35a59cb522d (patch)
tree1b6377f156cc2d859333a7c063148868299c628e /res/anim
parentfc8d275313c934515b757389c1802da45b81a1a2 (diff)
downloadandroid_packages_apps_Gallery2-8fd29857977e3ca763266704e2a2c35a59cb522d.tar.gz
android_packages_apps_Gallery2-8fd29857977e3ca763266704e2a2c35a59cb522d.tar.bz2
android_packages_apps_Gallery2-8fd29857977e3ca763266704e2a2c35a59cb522d.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"/>