main

square/leakcanary

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

leak_canary_exit_forward.xml

TLDR

This file defines an animation resource called "leak_canary_exit_forward.xml" that performs a translate animation from the current position to the left.

Methods

This file does not contain any methods.

Classes

This file does not contain any classes.

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