]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/unencrypted_website_dialog.xml
Create a Content URL encryption dialog. https://redmine.stoutner.com/issues/672
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / unencrypted_website_dialog.xml
index 9ad2b881bdba3311c44f62ae4abdf878b75526d4..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:padding="22dp"
     android:textColor="@color/red_text"
+    android:textSize="17sp"
     android:text="@string/no_ssl_certificate" />