summaryrefslogtreecommitdiffstats
path: root/res/anim
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-09-12 05:25:15 +0800
committerAngus Kong <shkong@google.com>2011-09-12 07:50:25 +0800
commitbfb958a707ce0e08d2142c81a278ec12b61083e0 (patch)
tree90163bbb2375ace289ca1a1f1000fe01191b9447 /res/anim
parente164996caf656a9b966e828dee5296c5b328f364 (diff)
downloadLegacyCamera-bfb958a707ce0e08d2142c81a278ec12b61083e0.zip
LegacyCamera-bfb958a707ce0e08d2142c81a278ec12b61083e0.tar.gz
LegacyCamera-bfb958a707ce0e08d2142c81a278ec12b61083e0.tar.bz2
Replace the custom dialog with system dialog.
Change-Id: Iabeeb6f4912e0f13a6691b9fd08507e7d5791c2c
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/fade_in_quick.xml22
-rw-r--r--res/anim/fade_out_quick.xml22
2 files changed, 0 insertions, 44 deletions
diff --git a/res/anim/fade_in_quick.xml b/res/anim/fade_in_quick.xml
deleted file mode 100644
index 80d827d..0000000
--- a/res/anim/fade_in_quick.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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.
--->
-
-<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:propertyName="alpha"
- android:duration="200"
- android:valueFrom="0.0"
- android:valueTo="1.0"
- android:valueType="floatType"/>
diff --git a/res/anim/fade_out_quick.xml b/res/anim/fade_out_quick.xml
deleted file mode 100644
index 9659c4b..0000000
--- a/res/anim/fade_out_quick.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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.
--->
-
-<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:propertyName="alpha"
- android:duration="200"
- android:valueFrom="1.0"
- android:valueTo="0.0"
- android:valueType="floatType" />