main

square/leakcanary

Last updated at: 29/12/2023 09:37

leak_canary_enter_forward.xml

TLDR

This file defines an animation effect for entering a view from the forward direction.

Methods

None

Classes

None

<?xml version="1.0" encoding="utf-8"?>
<translate
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:fromXDelta="100%" android:toXDelta="0%"
    android:fromYDelta="0%" android:toYDelta="0%"
    android:duration="@android:integer/config_mediumAnimTime"/>