Files
Haleon-Egypt-PD/GSKMTOrange/src/main/res/anim/activity_back_out.xml
T
Jeevan Prasad 883cbf0756 Inital commit
2025-03-10 13:26:35 +05:30

7 lines
222 B
XML

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