1e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell<?xml version="1.0" encoding="utf-8"?>
2e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell<!-- Copyright (C) 2010 The Android Open Source Project
3e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell
4e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     Licensed under the Apache License, Version 2.0 (the "License");
5e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     you may not use this file except in compliance with the License.
6e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     You may obtain a copy of the License at
7e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell
8e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell          http://www.apache.org/licenses/LICENSE-2.0
9e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell
10e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     Unless required by applicable law or agreed to in writing, software
11e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     distributed under the License is distributed on an "AS IS" BASIS,
12e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     See the License for the specific language governing permissions and
14e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell     limitations under the License.
15e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell-->
16e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell
17e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell<set xmlns:android="http://schemas.android.com/apk/res/android">
18e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell	<translate android:fromYDelta="-100%p" android:toYDelta="0"
19e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell            android:duration="@android:integer/config_longAnimTime"/>
20e2194445b078932733a2d1a02fc084ea2f3c7360Adam Powell</set>
21