mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-09 13:30:34 +00:00
26 lines
618 B
XML
26 lines
618 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fillAfter="true" >
|
|
|
|
<scale
|
|
android:duration="300"
|
|
android:fromXScale="1"
|
|
android:fromYScale="1"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toXScale="2"
|
|
android:toYScale="2" >
|
|
</scale>
|
|
|
|
<scale
|
|
android:duration="300"
|
|
android:fromXScale="1"
|
|
android:fromYScale="1"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toXScale="0.5"
|
|
android:toYScale="0.5" >
|
|
</scale>
|
|
|
|
</set>
|