Commit 240c5bc9 authored by fengruiyu's avatar fengruiyu

所有页面进入方式从右往左

问题已经解决
parent 039be24a
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromXDelta="-100%p"
android:toXDelta="0"
android:duration="300"/>
android:duration="250"
android:fromXDelta="100%p"
android:toXDelta="0.0%p" />
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromXDelta="0"
android:toXDelta="-100%p"
android:duration="300"
/>
android:duration="250"
android:fromXDelta="0.0%p"
android:toXDelta="100%p" />
</set>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment