diff options
author | 2024-12-19 14:44:29 -0500 | |
---|---|---|
committer | 2024-12-20 09:47:40 -0500 | |
commit | 12540dff41da461eea512e8a320bd87c286a7fbb (patch) | |
tree | cdbe4c77369dcb55713baeef268297d4d7ad8a23 /aconfig | |
parent | 4097639cf7ea07055b86c3e65bd8c09b89ef25c9 (diff) |
Add select/unselect visual cue to Shareousel
When an item is selected it will shrink and when it is unselected it
will grow back to the standard size. This provides improved visual
confirmation of the selected state of items.
Test: Manual test using Photos or ShareTest
BUG: 361792274
Flag: com.android.intentresolver.shareousel_selection_shrink
Change-Id: I7f5ca60d584900fc5e2ba0d479ecc0f2e624b367
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index 53666877..8f7aefa4 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -116,3 +116,10 @@ flag { description: "Whether to scroll items onscreen when they are partially offscreen and selected/unselected." bug: "351883537" } + +flag { + name: "shareousel_selection_shrink" + namespace: "intentresolver" + description: "Whether to shrink Shareousel items when they are selected." + bug: "361792274" +} |