14 lines
No EOL
495 B
XML
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> |