Metro/app/src/main/res/transition/change_bounds.xml
Hemanth S e483973e51 Removed navigation in Library
Having navigation in Library makes it hard to have options for each fragments we have to add manualy to each fragment
2020-07-30 19:41:19 +05:30

3 lines
No EOL
180 B
XML

<?xml version="1.0" encoding="utf-8"?>
<changeBounds xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:interpolator/fast_out_slow_in" />