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

Unified Diff: chrome/android/java/res/layout/connection_info.xml

Issue 1541733002: Android OIB: Do not show Certificate Viewer for http connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/pageinfo/ConnectionInfoPopup.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/connection_info.xml
diff --git a/chrome/android/java/res/layout/connection_info.xml b/chrome/android/java/res/layout/connection_info.xml
index 78d3c9b21c78c49e5a4722de5b821442994b6baa..e360ea1a383518ad163f6b388d2fcd84b8422a14 100644
--- a/chrome/android/java/res/layout/connection_info.xml
+++ b/chrome/android/java/res/layout/connection_info.xml
@@ -21,6 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
+ android:paddingBottom="@dimen/connection_info_padding_thin"
android:paddingStart="@dimen/connection_info_padding_thin" >
<TextView
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/pageinfo/ConnectionInfoPopup.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698