Merge "Set the alpha to 1 when overview button is focused." into ub-launcher3-dorval

am: b85f5dfcba

Change-Id: I14d1b89986502047eb36b2c64d0656f9f9616e0b
This commit is contained in:
Jonathan Miranda
2017-04-26 17:59:06 +00:00
committed by android-build-merger
-7
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"