mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-20 17:15:21 +01:00
14 lines
495 B
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>
|