]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/unencrypted_website_dialog.xml
Update the night mode red text color. https://redmine.stoutner.com/issues/691
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / unencrypted_website_dialog.xml
index 2e9d4fc303c3f9ac8b80d8354ac5abe1a1319a3a..9ad2b881bdba3311c44f62ae4abdf878b75526d4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2017,2020,2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2016-2017,2020,2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
@@ -23,5 +23,5 @@
     android:layout_height="match_parent"
     android:layout_width="match_parent"
     android:padding="15dp"
-    android:textColor="?attr/redTextColor"
-    android:text="@string/no_ssl_certificate" />
\ No newline at end of file
+    android:textColor="@color/red_text"
+    android:text="@string/no_ssl_certificate" />