Chromium Code Reviews| Index: chrome/android/java/res/layout/usb_permission.xml |
| diff --git a/chrome/android/java/res/layout/clear_storage.xml b/chrome/android/java/res/layout/usb_permission.xml |
| similarity index 71% |
| copy from chrome/android/java/res/layout/clear_storage.xml |
| copy to chrome/android/java/res/layout/usb_permission.xml |
| index 7a3a587d84fc71e64e9f486a113a101ba8e39b1a..36d10c772e5142564443eb72d1e4269c7909ce88 100644 |
| --- a/chrome/android/java/res/layout/clear_storage.xml |
| +++ b/chrome/android/java/res/layout/usb_permission.xml |
| @@ -1,5 +1,5 @@ |
| <?xml version="1.0" encoding="utf-8"?> |
| -<!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| +<!-- Copyright 2016 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. --> |
| @@ -8,6 +8,5 @@ |
| xmlns:chrome="http://schemas.android.com/apk/res-auto" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
|
Theresa
2016/07/13 00:11:58
This should have an android:contentDescription so
Reilly Grant (use Gerrit)
2016/07/13 00:45:18
Done.
|
| - android:contentDescription="@string/webstorage_clear_data_dialog_title" |
| - android:src="@drawable/btn_trash" |
| + android:src="@drawable/btn_close" |
| chrome:tint="@color/blue_mode_tint"/> |
|
Theresa
2016/07/13 00:11:58
Is the 'x' supposed to be blue? iirc, in the mocks
Reilly Grant (use Gerrit)
2016/07/13 00:45:18
Fixed.
|