Metro/app/src/main/res/transition/grid_exit.xml
2019-11-09 23:03:28 +05:30

13 lines
No EOL
490 B
XML

<?xml version="1.0" encoding="utf-8"?>
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
<changeImageTransform/>
<changeBounds/>
<changeTransform/>
<targets>
<target android:excludeId="@android:id/statusBarBackground" />
<target android:excludeId="@android:id/navigationBarBackground" />
<target android:excludeId="@id/toolbar" />
<target android:excludeId="@android:id/background" />
</targets>
</transitionSet>