Merge "Set the alpha to 1 when overview button is focused." into ub-launcher3-dorval am: b85f5dfcba
am: b0086a8945
Change-Id: I59e0cc1f7683143886884de3bcf4c250a4df9cb1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user