]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/add_domain_dialog.xml
Update the night mode red text color. https://redmine.stoutner.com/issues/691
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / add_domain_dialog.xml
index f857fb69d5f583f9cf2290558e840e5faf3195d2..557103cf4b744b874ff38df92d7e9382a0b9018e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2017,2019-2020,2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2017,2019-2020,2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
@@ -48,7 +48,7 @@
         android:layout_height="wrap_content"
         android:layout_width="match_parent"
         android:text="@string/domain_name_already_exists"
-        android:textColor="?attr/redTextColor"
+        android:textColor="@color/red_text"
         android:layout_marginStart="8dp"
         android:layout_marginEnd="8dp" />
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>