]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/domain_settings_fragment.xml
Update the proxy app bar background color. https://redmine.stoutner.com/issues/998
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / domain_settings_fragment.xml
index 1f647a9dd4133074ee7261ed8e7634f46ebd7adb..1e19683d484ba389c6f6412d1daa343cfbf47f02 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2017-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2017-2023 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
 
         <!-- User Agent. -->
         <LinearLayout
+            android:id="@+id/user_agent_linear_layout"
             android:layout_height="wrap_content"
             android:layout_width="match_parent"
             android:orientation="vertical"
                     android:layout_marginTop="1dp"
                     android:layout_marginEnd="10dp"
                     android:layout_gravity="center_vertical"
-                    android:src="@drawable/ssl_certificate_enabled"
+                    android:src="@drawable/ssl_certificate"
                     app:tint="@color/blue_icon_selector"
                     tools:ignore="contentDescription" />
 
                     android:layout_marginTop="1dp"
                     android:layout_marginEnd="10dp"
                     android:layout_gravity="center_vertical"
-                    android:src="@drawable/ssl_certificate_enabled"
+                    android:src="@drawable/ssl_certificate"
                     app:tint="@color/blue_icon_selector"
                     tools:ignore="contentDescription" />