Chromium Code Reviews| Index: chrome/android/java/res/drawable/file_picker_selected_background.xml |
| diff --git a/chrome/android/java/res/drawable/file_picker_selected_background.xml b/chrome/android/java/res/drawable/file_picker_selected_background.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b3b8a15ed4a2d8f687d424d65c6bee41db31da96 |
| --- /dev/null |
| +++ b/chrome/android/java/res/drawable/file_picker_selected_background.xml |
| @@ -0,0 +1,17 @@ |
| +<?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. --> |
| + |
| +<inset xmlns:android="http://schemas.android.com/apk/res/android" |
|
Theresa
2017/03/28 20:40:26
When this background is combined with ic_check_cir
Finnur
2017/03/31 14:26:48
Good catch! Done.
|
| + android:insetLeft="2dp" |
| + android:insetTop="2dp" |
| + android:insetRight="2dp" |
| + android:insetBottom="2dp"> |
| + <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> |
| + <size |
| + android:width="20dp" |
| + android:height="20dp" /> |
| + <solid android:color="@android:color/white" /> |
| + </shape> |
| +</inset> |