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

Commit a671af40 authored by George Lin's avatar George Lin
Browse files

Fix shotcut option list horizontal space

Test: Manually tested. See bug.
Bug: 419853171
Flag: com.android.systemui.shared.new_customization_picker_ui
Change-Id: I4b26761484b9ffbc9ed4cd094e1466d80c8466b6
parent a6b36ce7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@
    <dimen name="floating_sheet_tab_clock_font_toolbar_top_margin">16dp</dimen>
    <dimen name="floating_sheet_tab_clock_font_toolbar_bottom_margin">8dp</dimen>
    <dimen name="floating_sheet_list_item_horizontal_space">8dp</dimen>
    <dimen name="floating_sheet_shortcut_list_item_horizontal_space">2dp</dimen>
    <dimen name="floating_sheet_grid_list_item_horizontal_space">10dp</dimen>
    <dimen name="floating_sheet_list_item_vertical_space">4dp</dimen>
    <dimen name="floating_sheet_clock_style_option_size">80dp</dimen>
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ object ShortcutFloatingSheetBinder {
                        ),
                    itemHorizontalSpacePx =
                        context.resources.getDimensionPixelSize(
                            R.dimen.floating_sheet_list_item_horizontal_space
                            R.dimen.floating_sheet_shortcut_list_item_horizontal_space
                        ),
                    itemVerticalSpacePx =
                        context.resources.getDimensionPixelSize(