main

square/leakcanary

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

leak_canary_enter_backward.xml

TLDR

The leak_canary_enter_backward.xml file is an Android animation resource file that specifies a translate animation to move a view from left to right.

Classes (0 classes)

<?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"/>