diff options
author | Owen Lin <owenlin@google.com> | 2010-04-01 17:47:19 +0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2010-04-07 12:05:53 +0800 |
commit | 82544b4564c079ece1a9065d19add36b2635bb8f (patch) | |
tree | 948e3e1b71f6ecf08a1c3d4e1da5e86b307551ad /res/anim | |
parent | cba44d7c2bb86e5cbca3b0721d32547e8e70b94c (diff) | |
download | LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.zip LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.gz LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.bz2 |
Remove unused resources and code.
Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
Diffstat (limited to 'res/anim')
-rw-r--r-- | res/anim/on_screen_menu_appear.xml | 20 | ||||
-rw-r--r-- | res/anim/on_screen_menu_disappear.xml | 20 |
2 files changed, 0 insertions, 40 deletions
diff --git a/res/anim/on_screen_menu_appear.xml b/res/anim/on_screen_menu_appear.xml deleted file mode 100644 index c870521..0000000 --- a/res/anim/on_screen_menu_appear.xml +++ /dev/null @@ -1,20 +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. ---> - -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:fromXDelta="-100%" - android:toXDelta="0" - android:duration="500" /> diff --git a/res/anim/on_screen_menu_disappear.xml b/res/anim/on_screen_menu_disappear.xml deleted file mode 100644 index f71c3da..0000000 --- a/res/anim/on_screen_menu_disappear.xml +++ /dev/null @@ -1,20 +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. ---> - -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:fromXDelta="0" - android:toXDelta="-100%" - android:duration="500" /> |