mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
7 lines
326 B
XML
7 lines
326 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:interpolator="@android:interpolator/accelerate_decelerate"
|
|
android:valueFrom="0"
|
|
android:valueTo="-1.0"
|
|
android:propertyName="xFraction"
|
|
android:duration="@integer/stdSlideDuration" /> |