diff options
author | Romain Guy <romainguy@google.com> | 2010-10-15 13:57:28 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2010-10-15 13:57:28 -0700 |
commit | e5ebcb0107a939395e03592fd44c746cd09e311d (patch) | |
tree | 1ee2cc9fb92d3de28f40658df2a7df1da79f64f8 /tests/HwAccelerationTest/res/anim/fade_in.xml | |
parent | c65217e4ec3e6c80834988ec3bc66a90778ee4b0 (diff) | |
download | frameworks_base-e5ebcb0107a939395e03592fd44c746cd09e311d.zip frameworks_base-e5ebcb0107a939395e03592fd44c746cd09e311d.tar.gz frameworks_base-e5ebcb0107a939395e03592fd44c746cd09e311d.tar.bz2 |
Fix clipping issue in StackView.
Change-Id: I7ec28f25c3993a2bd7ef6399ba1923839d239905
Diffstat (limited to 'tests/HwAccelerationTest/res/anim/fade_in.xml')
-rw-r--r-- | tests/HwAccelerationTest/res/anim/fade_in.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/HwAccelerationTest/res/anim/fade_in.xml b/tests/HwAccelerationTest/res/anim/fade_in.xml new file mode 100644 index 0000000..34310f5 --- /dev/null +++ b/tests/HwAccelerationTest/res/anim/fade_in.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 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:fromAlpha="0.0" android:toAlpha="1.0" + android:duration="600" /> |