diff options
author | Michael Jurka <mikejurka@google.com> | 2011-07-20 14:28:13 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2011-07-20 16:35:06 -0700 |
commit | 2688c9a059d6d6535001ae5d3573380c9e1cc411 (patch) | |
tree | c2e097ee366f0fb2aad1c55a2c0ee74fa2fe9fb4 /res/anim/fade_in_slow.xml | |
parent | 3d503fbd9468fb2b9fa645f4f7b91e11229edbfa (diff) | |
download | packages_apps_trebuchet-2688c9a059d6d6535001ae5d3573380c9e1cc411.zip packages_apps_trebuchet-2688c9a059d6d6535001ae5d3573380c9e1cc411.tar.gz packages_apps_trebuchet-2688c9a059d6d6535001ae5d3573380c9e1cc411.tar.bz2 |
Removing unused resources
Diffstat (limited to 'res/anim/fade_in_slow.xml')
-rw-r--r-- | res/anim/fade_in_slow.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/res/anim/fade_in_slow.xml b/res/anim/fade_in_slow.xml deleted file mode 100644 index 9d2171a..0000000 --- a/res/anim/fade_in_slow.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 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/decelerate_interpolator" - - android:fromAlpha="0.0" - android:toAlpha="1.0" - - android:duration="@integer/config_appsCustomizeFadeInTime" /> |