| Index: ui/android/java/res/values/attrs.xml
|
| diff --git a/chrome/android/java/res/values-sw320dp/dimens.xml b/ui/android/java/res/values/attrs.xml
|
| similarity index 64%
|
| copy from chrome/android/java/res/values-sw320dp/dimens.xml
|
| copy to ui/android/java/res/values/attrs.xml
|
| index 359bed9591b815b13319312125961e487e5a384c..8bf0b87ce71ca50082a88058880323514e72f63f 100644
|
| --- a/chrome/android/java/res/values-sw320dp/dimens.xml
|
| +++ b/ui/android/java/res/values/attrs.xml
|
| @@ -2,8 +2,8 @@
|
| <!-- Copyright 2015 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>
|
| - <!-- Bookmarks widget dimensions -->
|
| - <dimen name="widget_column_width">105dp</dimen>
|
| + <declare-styleable name="ButtonCompat">
|
| + <attr name="buttonColor" format="reference|color"/>
|
| + </declare-styleable>
|
| </resources>
|
|
|