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

Commit c0a3f3e8 authored by Haijie Hong's avatar Haijie Hong
Browse files

Remove margin between ANC buttons

Remove the 4dp margin between buttons in ANC Slice to make it consistent with design. It should be safe to override it because there is no other SliceView usage in SystemUI.

Test: m SystemUI
Flag: ACONFIG com.android.systemui.new_volume_panel TEAMFOOD
Bug: 322279959
Change-Id: I93dee1700259604299d56e4cacae82023e0de15d
parent 04864bd0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1967,4 +1967,7 @@
    <!-- Microns/ums (1000 um = 1mm) per pixel for the given device. If unspecified, UI that
         relies on this value will not be sized correctly. -->
    <item name="pixel_pitch" format="float" type="dimen">-1</item>

    <!-- SliceView grid gutter for ANC Slice -->
    <dimen name="abc_slice_grid_gutter">0dp</dimen>
</resources>