diff options
author | 2024-04-25 10:09:16 -0700 | |
---|---|---|
committer | 2024-04-25 10:09:16 -0700 | |
commit | 9c533061261fb1e8de47cd7b1f9001d9dc0814b0 (patch) | |
tree | 2e661a2402250a7447fb713a94f10f67e6bbb903 /java | |
parent | 51babd2ede7355f9fb5a9cf957e12995df79bae5 (diff) |
Remove the profile tab button animation
Initial activity animation caused button animation to be unnoticeable.
Removing the button animation prevents buttons from "blinking" when the
payload selection has changed.
Bug: 325465291
Test: manual visual testing
Change-Id: I340b38b07a324c1423c259a795c14d713002ed61
Diffstat (limited to 'java')
-rw-r--r-- | java/res/drawable/resolver_profile_tab_bg.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/drawable/resolver_profile_tab_bg.xml b/java/res/drawable/resolver_profile_tab_bg.xml index 8bb23a53..97f3b7e2 100644 --- a/java/res/drawable/resolver_profile_tab_bg.xml +++ b/java/res/drawable/resolver_profile_tab_bg.xml @@ -25,7 +25,7 @@ </item> <item> - <selector android:enterFadeDuration="100"> + <selector> <item android:state_selected="false"> <shape android:shape="rectangle"> <corners android:radius="12dp" /> |