Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7124d8c authored by Weng Su's avatar Weng Su
Browse files

Increase the maximum height of panel fragment

- Need to increase the panel size to show more slice rows

Bug: 189912933
Test: manual test
make RunSettingsRoboTests

Change-Id: I35e2933b4df25e84928d21493a2fc3754bf064fb
parent f8641a4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@

    <!-- Output switcher panel related dimensions -->
    <dimen name="output_switcher_slice_padding_top">11dp</dimen>
    <dimen name="output_switcher_slice_max_height">458dp</dimen>
    <dimen name="output_switcher_slice_max_height">600dp</dimen>
    <dimen name="output_switcher_panel_icon_size">52dp</dimen>
    <dimen name="output_switcher_panel_icon_corner_radius">16dp</dimen>