Commit bbf6eca
authored
Fix AppBar padding and alignment issues (#1482)
AppBar was missing a start padding that caused it to extend to the edge
of the screen on Compact size classes.
Updated the SearchBar component usage away from the deprecated method
version as an internal usage of Modifier.fillMaxWidth in the deprecated
method was now causing the AppBar to always fill max width on all Window
Size Classes (vs the intended end-aligned smaller version in
non-Compact)
Phone - after

Phone - before

Tablet - after

Tablet - before
File tree
1 file changed
+30
-21
lines changed- Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/home
1 file changed
+30
-21
lines changedLines changed: 30 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
386 | | - | |
| 387 | + | |
387 | 388 | | |
388 | 389 | | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
407 | 415 | | |
408 | 416 | | |
409 | | - | |
410 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
411 | 420 | | |
412 | 421 | | |
413 | 422 | | |
| |||
0 commit comments