commit | a27716a4c1dbedf512f6809fd7c35040f9501019 | [log] [tgz] |
---|---|---|
author | Lucas Silva <lusilva@google.com> | Fri Sep 27 18:34:40 2024 -0400 |
committer | Lucas Silva <lusilva@google.com> | Thu Oct 03 15:23:17 2024 -0400 |
tree | 3d9c4deb02c7c3df3176ff1f1d2c4f8c63c66fbe | |
parent | 02b2812c1db73f3a6aa21771d41cfbdea0ea08d8 [diff] |
Implement resizeable frame for widgets The frame allows widgets to be resized vertically, and is designed for use inside of a LazyGrid. We use anchoredDraggable for the resize, and snap to the specified span sizes. Bug: 368056517 Test: atest ResizeableItemFrameViewModelTest Test: screenshot tests for UI Test: manually on device Flag: EXEMPT composable is not yet used anywhere Change-Id: I9ed2e2bb37a8afa79e305f5d27259a91e5716ba1