]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/url_bar.xml
View SSL certificates and errors.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / url_bar.xml
index 4ee8cbdaf5aec342f92bcc7a9c4ece155e9e90d9..19751aa510b4b95d9f581a0ac26d624718068b15 100644 (file)
@@ -39,7 +39,8 @@
             android:layout_height="26dp"
             android:layout_width="26dp"
             android:layout_centerVertical="true"
-            android:contentDescription="@string/favorite_icon"/>
+            android:onClick="viewSslCertificate"
+            android:contentDescription="@string/favorite_icon" />
 
         <!-- `android:imeOptions="actionGo"` sets the keyboard to have a "go" key instead of a "new line" key.
             `android:inputType="textUri"` disables spell check in the EditText.