| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2017 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| |
| <resources> |
| <!-- ListMenuButton. listPreferredItemPaddingStart/End are not supported before API 17 |
| of Android. (https://crbug.com/792809) --> |
| <style name="ListMenuItemStyle"> |
| <item name="android:paddingLeft">?android:attr/listPreferredItemPaddingLeft</item> |
| <item name="android:paddingRight">?android:attr/listPreferredItemPaddingRight</item> |
| </style> |
| </resources> |