main

square/leakcanary

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

leak_canary_exit_backward.xml

TLDR

The leak_canary_exit_backward.xml file defines an animation that translates a view from its initial position to the right.

Methods

N/A

Classes

N/A

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