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

Commit b153485a authored by George Lin's avatar George Lin Committed by Android (Google) Code Review
Browse files

Merge "Fix shotcut option list horizontal space" into main

parents 935eb724 a671af40
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(