Commit 173ca2b
[Android] CarouselView: Remove rounding from SizedItemContentView that results in off-by-one pixel error (dotnet#25411)
* Remove rounding from SizedItemContentView that results in off-by-one pixel error
* Don't override position for collection change notification if explicit scroll was performed.
* [tests] Fix screenshots for CarouselView tests
* Update test
* Update screenshots
* [test] Update uitest images
* main should not use net10
---------
Co-authored-by: Rui Marinho <me@ruimarinho.net>1 parent ad5f635 commit 173ca2b
File tree
7 files changed
+13
-5
lines changed- src/Controls
- src/Core/Handlers/Items/Android
- tests/TestCases.Android.Tests/snapshots/android
7 files changed
+13
-5
lines changedLines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| 187 | + | |
| 188 | + | |
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| |||
224 | 227 | | |
225 | 228 | | |
226 | 229 | | |
| 230 | + | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| |||
273 | 277 | | |
274 | 278 | | |
275 | 279 | | |
276 | | - | |
277 | | - | |
278 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
279 | 287 | | |
280 | 288 | | |
281 | 289 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments