]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/ssl_certificate_error.xml
Update the night mode red text color. https://redmine.stoutner.com/issues/691
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / ssl_certificate_error.xml
index a3250ca5f0420562d2f5f4741519c68e1b2a0bff..99ab6c4b3f9d2eec9b4a723f40b7a523655b2d90 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2017,2019-2020,2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2016-2017,2019-2020,2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
@@ -34,7 +34,7 @@
             android:layout_height="wrap_content"
             android:layout_width="wrap_content"
             android:layout_gravity="center_horizontal"
-            android:textColor="?attr/redTextColor"
+            android:textColor="@color/red_text"
             android:textStyle="bold"/>
 
         <!-- URL. -->
             android:layout_height="wrap_content"
             android:layout_width="wrap_content" />
     </LinearLayout>
-</ScrollView>
\ No newline at end of file
+</ScrollView>