mirror of
https://github.com/element-hq/element-android
synced 2024-12-21 00:42:04 +03:00
11 lines
301 B
XML
11 lines
301 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<alpha
|
|
android:duration="300"
|
|
android:fromAlpha="1.0"
|
|
android:toAlpha="0.0" />
|
|
|
|
</set>
|