]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/ssl_certificate_error.xml
Fix a crach when editing a bookmark in the bookmarks drawer. https://redmine.stoutne...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / ssl_certificate_error.xml
index dacea4eb8dc76aeb6f70046285c4e742baf8cf0d..6c95fbfa28f828926bd86f1219b2640d17496f82 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -45,7 +45,7 @@
             android:text="@string/url"
             android:textAllCaps="true"
             android:textStyle="bold"
-            android:textColor="@color/blue_900" />
+            android:textColor="?attr/sslTitle" />
 
         <TextView
             android:id="@+id/url_error_dialog"
@@ -60,7 +60,7 @@
             android:text="@string/issued_to"
             android:textAllCaps="true"
             android:textStyle="bold"
-            android:textColor="@color/blue_900" />
+            android:textColor="?attr/sslTitle" />
 
         <TextView
             android:id="@+id/issued_to_cname_error_dialog"
@@ -87,7 +87,7 @@
             android:text="@string/issued_by"
             android:textAllCaps="true"
             android:textStyle="bold"
-            android:textColor="@color/blue_900"/>
+            android:textColor="?attr/sslTitle"/>
 
         <TextView
             android:id="@+id/issued_by_cname_error_dialog"
             android:text="@string/valid_dates"
             android:textAllCaps="true"
             android:textStyle="bold"
-            android:textColor="@color/blue_900"/>
+            android:textColor="?attr/sslTitle"/>
 
         <TextView
             android:id="@+id/start_date_error_dialog"