I've been trying to modify the "task_open_enter.xml"

Here is the modification i've made
the original:
<set xmlns:android="http://schemas.android.com/apk/res/android";
        android:interpolator="@anim/decelerate_interpolator">
        <translate android:fromXDelta="33%" android:toXDelta="0"
        android:duration="@android:integer/config_mediumAnimTime"/>
</set>

modified to:
<scale xmlns:android="http://schemas.android.com/apk/res/android";
                android:fromXScale="0.0" android:toXScale="1.0"
                android:fromYScale="0.0" android:toYScale="1.0"
                android:pivotX="100%" android:pivotY="0%"
                android:duration="@android:integer/config_mediumAnimTime"
/>

if the "fromXScale" and "fromYScale" is bigger than 0.1, the scale
animation will shown normally, but if these 2 variables is 0.0 or 0.1
it will show "lock_layer timed out (is the CPU pegged?) ..... "

What is the problem here ? Please help, guys... Thanks a lot


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to