<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<resources>
    <style name="ListMenuItemStyle">
        <item name="android:paddingStart">12dp</item>
        <item name="android:paddingEnd">12dp</item>
    </style>

    <style name="ListMenuItemIconStyle.Start">
        <item name="android:layout_marginStart">0dp</item>
        <item name="android:layout_marginEnd">12dp</item>
    </style>
</resources>