diff options
author | Angus Kong <shkong@google.com> | 2011-09-07 05:14:15 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-09-07 05:27:36 +0800 |
commit | a466abbd54caa8100a1ef6584a5b0db78224a125 (patch) | |
tree | 5b85264cb029e909bad881f404dd778af403004d /res/anim | |
parent | 957e7732b2095087b25646a7d1b272b8d010a703 (diff) | |
download | packages_apps_LegacyCamera-a466abbd54caa8100a1ef6584a5b0db78224a125.zip packages_apps_LegacyCamera-a466abbd54caa8100a1ef6584a5b0db78224a125.tar.gz packages_apps_LegacyCamera-a466abbd54caa8100a1ef6584a5b0db78224a125.tar.bz2 |
The controls stay while capturing.
Change-Id: I1f375b8526dc131ee658c38c5b5dfa62fdf05335
Diffstat (limited to 'res/anim')
-rw-r--r-- | res/anim/slide_in_from_right.xml | 22 | ||||
-rw-r--r-- | res/anim/slide_out_to_right.xml | 22 |
2 files changed, 0 insertions, 44 deletions
diff --git a/res/anim/slide_in_from_right.xml b/res/anim/slide_in_from_right.xml deleted file mode 100644 index 567c2a1..0000000 --- a/res/anim/slide_in_from_right.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. ---> - -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/decelerate_interpolator" - android:fromXDelta="100%" - android:toXDelta="0%" - android:duration="300"> -</translate> diff --git a/res/anim/slide_out_to_right.xml b/res/anim/slide_out_to_right.xml deleted file mode 100644 index 01a321b..0000000 --- a/res/anim/slide_out_to_right.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. ---> - -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/decelerate_interpolator" - android:fromXDelta="0%" - android:toXDelta="100%" - android:duration="300"> -</translate> |