13 lines
385 B
XML
13 lines
385 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2017 Baidu, Inc. All Rights Reserved.
|
|
-->
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<translate
|
|
android:fromXDelta="0"
|
|
android:toXDelta="0"
|
|
android:fromYDelta="100%"
|
|
android:toYDelta="0"
|
|
android:duration="200" >
|
|
</translate>
|
|
</set> |