mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Set the alpha to 1 when overview button is focused.
Bug: 37569953 Change-Id: I5c2acde3b5b443fe21e869d52bb9d2f8d98a914d
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