]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/view_request_dialog.xml
Add Night Theme dual tone blue text. https://redmine.stoutner.com/issues/878
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / view_request_dialog.xml
index 224961417a5a6eb16a9cb5aebf211dd3625c03cd..7fafac749ba56c3a48069af883d2fcf9bddfedd7 100644 (file)
@@ -36,7 +36,7 @@
             android:layout_width="match_parent"
             android:text="@string/disposition"
             android:textSize="12sp"
-            android:textColor="?attr/blueTextColor"
+            android:textColor="@color/blue_text"
             android:layout_marginTop="5dp" />
 
         <TextView
@@ -53,7 +53,7 @@
             android:layout_width="match_parent"
             android:text="@string/url"
             android:textSize="12sp"
-            android:textColor="?attr/blueTextColor"
+            android:textColor="@color/blue_text"
             android:layout_marginTop="10dp" />
 
         <TextView
@@ -71,7 +71,7 @@
             android:layout_width="match_parent"
             android:text="@string/blocklist"
             android:textSize="12sp"
-            android:textColor="?attr/blueTextColor"
+            android:textColor="@color/blue_text"
             android:layout_marginTop="10dp" />
 
         <TextView
@@ -89,7 +89,7 @@
             android:layout_width="match_parent"
             android:text="@string/sublist"
             android:textSize="12sp"
-            android:textColor="?attr/blueTextColor"
+            android:textColor="@color/blue_text"
             android:layout_marginTop="10dp" />
 
         <TextView
             android:layout_width="match_parent"
             android:text="@string/blocklist_entries"
             android:textSize="12sp"
-            android:textColor="?attr/blueTextColor"
+            android:textColor="@color/blue_text"
             android:layout_marginTop="10dp" />
 
         <TextView
             android:layout_width="match_parent"
             android:text="@string/blocklist_original_entry"
             android:textSize="12sp"
-            android:textColor="?attr/blueTextColor"
+            android:textColor="@color/blue_text"
             android:layout_marginTop="10dp" />
 
         <TextView