diff options
author | Marco Nelissen <marcone@google.com> | 2009-06-22 14:00:12 -0700 |
---|---|---|
committer | Marco Nelissen <marcone@google.com> | 2009-06-22 14:00:12 -0700 |
commit | d4e12ca940b092fd8b58d4dea0a9c816bfa22583 (patch) | |
tree | 8ac58f9fbbfae3f73210f136758924ba287c7a2b /res/anim | |
parent | bdb5c6ad137316771dabbb1db36c5f38de134858 (diff) | |
download | packages_apps_LegacyCamera-d4e12ca940b092fd8b58d4dea0a9c816bfa22583.zip packages_apps_LegacyCamera-d4e12ca940b092fd8b58d4dea0a9c816bfa22583.tar.gz packages_apps_LegacyCamera-d4e12ca940b092fd8b58d4dea0a9c816bfa22583.tar.bz2 |
Remove a bunch of unused resources from the camera app.
Diffstat (limited to 'res/anim')
-rw-r--r-- | res/anim/auto_focus_blink.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/res/anim/auto_focus_blink.xml b/res/anim/auto_focus_blink.xml deleted file mode 100644 index dff217d..0000000 --- a/res/anim/auto_focus_blink.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 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:interpolator="@android:anim/accelerate_interpolator" - android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="200" /> |