issues #740 y #741 cerrados

parent 70383978
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
<set <set
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false"> android:shareInterpolator="false">
<translate <translate
android:duration="500" android:duration="500"
android:fromXDelta="100%p" android:fromXDelta="100%p"
android:toXDelta="0" android:toXDelta="0"
android:interpolator="@android:anim/linear_interpolator" /> android:interpolator="@android:anim/linear_interpolator" />
</set> </set>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set <set
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false"> android:shareInterpolator="false">
<translate <translate
android:duration="500" android:duration="500"
android:fromXDelta="100%" android:fromXDelta="100%p"
android:toXDelta="0%" android:toXDelta="0"
android:fromYDelta="0%" android:interpolator="@android:anim/linear_interpolator" />
android:toYDelta="0%" </set>
android:interpolator="@android:anim/linear_interpolator" />
</set>
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 sign in to comment