v2.10
This commit is contained in:
parent
3d7ba2afc6
commit
08e00b89c5
341 changed files with 7612 additions and 6811 deletions
14
app/src/main/res/transition/grid_exit.xml
Normal file
14
app/src/main/res/transition/grid_exit.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue