Blame view

player/aliyunPlayer/src/main/res/anim/view_speed_show.xml 194 Bytes
sunhongmin committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromXDelta="100%p"
android:toXDelta="0"
android:duration="300">

</translate>