| Index: chrome/android/java/res/drawable/button_compat_shape.xml
|
| diff --git a/third_party/android_data_chart/java/res/values-sw600dp/dimens.xml b/chrome/android/java/res/drawable/button_compat_shape.xml
|
| similarity index 59%
|
| copy from third_party/android_data_chart/java/res/values-sw600dp/dimens.xml
|
| copy to chrome/android/java/res/drawable/button_compat_shape.xml
|
| index 405e4c9023b1e4bb5959f6095468c9ef5272a95a..bbcfab2aa90e9d36c427074c1440c71549fa512f 100644
|
| --- a/third_party/android_data_chart/java/res/values-sw600dp/dimens.xml
|
| +++ b/chrome/android/java/res/drawable/button_compat_shape.xml
|
| @@ -3,7 +3,7 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<resources>
|
| - <!-- Data usage chart dimensions -->
|
| - <dimen name="data_usage_chart_height">325dp</dimen>
|
| -</resources>
|
| +<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
| + <solid android:color="#fff" />
|
| + <corners android:radius="2dp" />
|
| +</shape>
|
|
|