Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2341)

Unified Diff: chrome/android/java/res/drawable/connection_info_reset_cert_decisions.xml

Issue 1100283002: Add connection info popup within Page Info on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..b84da55c0d10c95ef7f1b91f311bdc93aed226ec
--- /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 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.
+-->
+
+<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>
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/pageinfo_warning.png ('k') | chrome/android/java/res/layout/connection_info.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698