mirror of
https://github.com/gsantner/dandelion
synced 2025-09-11 03:09:48 +02:00
Activity transitions, usability MainActivity, green accent color
This commit is contained in:
parent
a0d81da63d
commit
ff39986715
22 changed files with 255 additions and 226 deletions
4
app/src/main/res/anim/fadein.xml
Normal file
4
app/src/main/res/anim/fadein.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?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" />
|
Loading…
Add table
Add a link
Reference in a new issue