Address review comments

This commit is contained in:
Torsten Grote
2016-12-09 14:40:20 -02:00
parent e3dcc62509
commit 3df3d19a07
9 changed files with 25 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<alpha
xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@android:integer/config_longAnimTime"
android:fromAlpha="0.0"
android:interpolator="@android:interpolator/decelerate_quad"
android:toAlpha="1.0"/>