1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Update readme

This commit is contained in:
Gregor Santner 2017-10-29 19:35:35 +01:00
parent ae226c9e16
commit 08c450fc99
No known key found for this signature in database
GPG key ID: 7E83A7834AECB009
3 changed files with 1 additions and 9 deletions

View file

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

View file

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