Chromium Code Reviews| Index: chrome/android/java/res/drawable/connection_info_reset_cert_decisions.xml |
| diff --git a/chrome/android/java/res/drawable/connection_info_reset_cert_decisions.xml b/chrome/android/java/res/drawable/connection_info_reset_cert_decisions.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d841e087469918cd38f82687484320a186b24489 |
| --- /dev/null |
| +++ b/chrome/android/java/res/drawable/connection_info_reset_cert_decisions.xml |
| @@ -0,0 +1,22 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| + |
| +<!-- Copyright 2014 The Chromium Authors. All rights reserved. |
|
Ted C
2015/04/27 19:04:01
2015 now :-)...for any new files might as well upd
tsergeant
2015/04/28 03:15:00
Done.
|
| + |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. |
| +--> |
| + |
| +<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
| + <item android:state_pressed="true"> |
| + <shape> |
| + <solid android:color="#ebebeb" /> |
| + <stroke android:width="1dp" android:color="#cccccc" /> |
| + </shape> |
| + </item> |
| + <item> |
| + <shape> |
| + <solid android:color="#ffffff" /> |
| + <stroke android:width="1dp" android:color="#d9d9d9"/> |
| + </shape> |
| + </item> |
| +</selector> |