Set the alpha to 1 when overview button is focused.

Bug: 37569953
Change-Id: I5c2acde3b5b443fe21e869d52bb9d2f8d98a914d
This commit is contained in:
Jon Miranda
2017-04-25 14:31:39 -07:00
parent 0fa96ea2f6
commit 4e08b5b8ba

View File

@@ -24,13 +24,6 @@
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"