]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/http_authentication_dialog.xml
Allow specifying any font size. https://redmine.stoutner.com/issues/504
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / http_authentication_dialog.xml
index 52e543d11cba808af4b783f410426f2579e10f0b..be1d878867ee20992bf6b56b7bda39858dd66baf 100644 (file)
@@ -36,7 +36,7 @@
             android:layout_width="wrap_content"
             android:layout_marginTop="12dp"
             android:layout_gravity="center_horizontal"
-            android:textSize="24sp"
+            android:textSize="26sp"
             android:textStyle="bold" />
 
         <TextView
@@ -46,7 +46,9 @@
             android:layout_marginTop="6dp"
             android:layout_marginBottom="6dp"
             android:layout_marginStart="4dp"
-            android:layout_marginEnd="4dp" />
+            android:layout_marginEnd="4dp"
+            android:textSize="16sp"
+            android:textColor="?android:textColorPrimary" />
 
         <!-- The `TextInputLayout` makes the `android:hint` float above the `EditText`. -->
         <com.google.android.material.textfield.TextInputLayout