Fixed
Status Update
Comments
je...@google.com <je...@google.com> #2
that way will be cool and user friendly.
sh...@google.com <sh...@google.com> #3
Also having the option to either pan or zoom with the scroll wheel would be useful.
je...@google.com <je...@google.com> #4
"Add the ability to scroll using the mouse wheel, add it to default UI, and
let developers disable it."
that way will help user for zoom in & zoom out easier..
let developers disable it."
that way will help user for zoom in & zoom out easier..
je...@google.com <je...@google.com>
ap...@google.com <ap...@google.com> #5
I need mouse wheel to operate zooming in and out.
I have wait for several weeks already.
develop from Beijing China
I have wait for several weeks already.
develop from Beijing China
ap...@google.com <ap...@google.com> #7
I can see that this issue is "Acknowledged", but is there any way to see when it
will be released?
will be released?
Description
The reasoning is that the padding defines the content rectangle, and whether or not children's pixels are clipped to that rectangle or not doesn't change the semantics of that rectangle.
Consider for example a horizontal ViewPager2 that has unequal padding on the left and the right. When it is in idle state, a page exactly fills the rectangle described by the inner edge of the padding, so the page looks to be off-center by design. When snapping kicks in (e.g., because of a swipe), the page to which it is snapping should end up in that same "off-center" position, exactly matching the rectangle described by the inner edge of the padding, regardless of the value of clipToPadding.