Fix last items
This commit is contained in:
parent
3481ff4179
commit
531c783d1a
9 changed files with 29 additions and 44 deletions
|
@ -1,14 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<changeBounds>
|
||||
<arcMotion />
|
||||
</changeBounds>
|
||||
<changeTransform />
|
||||
<changeClipBounds />
|
||||
<changeImageTransform />
|
||||
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue