Commit 1f72499
Dashboard: fix dial sizing so ODO never gets clipped, no giant gap
The dial Box now claims all leftover vertical space (weight 1, fill=true)
and sizes the gauge to fit both available width and height. On phones it
stays a near-square (ratio 1.05); on tablets it becomes a wide-arc
car-dash speedo (ratio 2.0) so the wide screen is actually used. The
weighted bottom Spacer between action buttons and ODO is gone, so the
footer sits where it belongs without a giant mid-dashboard hole.
Bumps version to 0.3.2-p6preview13.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 70bb90b commit 1f72499
3 files changed
Lines changed: 24 additions & 10 deletions
File tree
- app
- src/main/java/com/eried/eucplanet/ui/dashboard
- wear
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
419 | 420 | | |
420 | 421 | | |
421 | 422 | | |
422 | | - | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
423 | 438 | | |
424 | 439 | | |
425 | 440 | | |
| |||
433 | 448 | | |
434 | 449 | | |
435 | 450 | | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
440 | 454 | | |
441 | 455 | | |
442 | 456 | | |
| |||
730 | 744 | | |
731 | 745 | | |
732 | 746 | | |
733 | | - | |
| 747 | + | |
734 | 748 | | |
735 | 749 | | |
736 | 750 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments