OSDN Git Service

Set the alpha to 1 when overview button is focused.
authorJon Miranda <jonmiranda@google.com>
Tue, 25 Apr 2017 21:31:39 +0000 (14:31 -0700)
committerJon Miranda <jonmiranda@google.com>
Wed, 26 Apr 2017 15:39:12 +0000 (08:39 -0700)
Bug: 37569953
Change-Id: I5c2acde3b5b443fe21e869d52bb9d2f8d98a914d

res/animator/overview_button_anim.xml

index aac3d26..585f165 100644 (file)
             android:valueType="floatType" />
     </item>
 
-    <item android:state_focused="true">
-        <objectAnimator
-            android:duration="@android:integer/config_shortAnimTime"
-            android:propertyName="alpha"
-            android:valueTo="0.5"
-            android:valueType="floatType" />
-    </item>
     <item>
         <objectAnimator
             android:duration="@android:integer/config_shortAnimTime"