PlayerAndroid/app/src/main/res/transition/grid_exit.xml
2018-11-05 19:23:08 +05:30

14 lines
No EOL
495 B
XML

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