mirror of
https://github.com/gsantner/dandelion
synced 2025-09-08 17:59:42 +02:00
Update readme
This commit is contained in:
parent
ae226c9e16
commit
08c450fc99
3 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
[](https://github.com/diaspora-for-android/dandelion/releases)
|
||||
[](https://circleci.com/gh/Diaspora-for-Android/dandelion)
|
||||
[](https://travis-ci.org/Diaspora-for-Android/dandelion)
|
||||
[](https://crowdin.com/project/diaspora-for-android)
|
||||
[](https://matrix.to/#/#dandelion:matrix.org) [](https://kiwiirc.com/client/irc.freenode.net/?nick=dandelion-anon|?##dandelion)
|
||||
[](https://gsantner.github.io/#donate)
|
||||
|
|
|
@ -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" />
|
|
@ -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" />
|
Loading…
Add table
Add a link
Reference in a new issue