Skip to content

Instantly share code, notes, and snippets.

View hishd's full-sized avatar
💭
I may be slow to respond.

Hishara Dilshan hishd

💭
I may be slow to respond.
View GitHub Profile
@hishd
hishd / android_animations.xml
Last active July 2, 2022 17:34
Android Animations
<!--push_down_in-->
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="-100%p" android:toYDelta="0" android:duration="5000"/>
<alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="5000" />
</set>
<!--push_down_out-->
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">