]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/unencrypted_website_dialog.xml
First wrong button text in View Headers in night theme. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / unencrypted_website_dialog.xml
index 2e9d4fc303c3f9ac8b80d8354ac5abe1a1319a3a..92e8e053a017cc76a9cc5c43922e73e62ec05c59 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-2023 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
@@ -22,6 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     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:padding="22dp"
+    android:textColor="@color/red_text"
+    android:textSize="17sp"
+    android:text="@string/no_ssl_certificate" />