mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-28 03:48:37 +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>
|