Private
Public Access
1
0

Implement drawer switches to have animations. Layout enough of artist fragment to demo this. Try out using dynamic colors based on album art for albums.

This commit is contained in:
Kevin Whitaker
2015-11-21 18:18:39 -05:00
parent e4c13ad6d3
commit 74b4e31fc7
7 changed files with 75 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<set>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromXDelta="100%"
android:toXDelta="0"
android:interpolator="@android:anim/decelerate_interpolator"
android:duration="@android:integer/config_mediumAnimTime"/>
</set>