mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-28 20:08:50 +03:00
12 lines
301 B
XML
12 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>
|