Fix last items

This commit is contained in:
h4h13 2019-11-09 23:03:28 +05:30
parent 3481ff4179
commit 531c783d1a
9 changed files with 29 additions and 44 deletions

View file

@ -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>