PlayerAndroid/app/src/main/res/transition/grid_exit.xml

14 lines
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>