mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
daa98107c3
Closes #3506 // FREEBIE
15 lines
448 B
XML
15 lines
448 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<scale
|
|
android:duration="150"
|
|
android:fromXScale="0.6"
|
|
android:fromYScale="0.6"
|
|
android:toXScale="1.0"
|
|
android:toYScale="1.0"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%" />
|
|
<alpha
|
|
android:duration="150"
|
|
android:fromAlpha="0.0"
|
|
android:toAlpha="1.0" />
|
|
</set> |