X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings_fragment.xml;h=64d3747f009c5ae759b7c2a8bd9c067a3e5a78ff;hp=b27a1c4180ac908122c3bc3cfe98554e860d6d81;hb=6ccecb3374c1988aef2650a87dac20923ce3aa2f;hpb=5fb34c1fa70b7c42a0fc3c0b5af8e856d3af2695 diff --git a/app/src/main/res/layout/domain_settings_fragment.xml b/app/src/main/res/layout/domain_settings_fragment.xml index b27a1c41..64d3747f 100644 --- a/app/src/main/res/layout/domain_settings_fragment.xml +++ b/app/src/main/res/layout/domain_settings_fragment.xml @@ -1,7 +1,7 @@ @@ -105,7 +105,7 @@ android:layout_marginTop="14dp" android:layout_marginBottom="14dp" android:text="@string/javascript_enabled" - android:textColor="?attr/primaryTextColorSelector" + android:textColor="?android:textColorPrimary" android:textSize="18sp" /> @@ -132,7 +132,7 @@ android:layout_marginTop="14dp" android:layout_marginBottom="14dp" android:text="@string/first_party_cookies_enabled" - android:textColor="?attr/primaryTextColorSelector" + android:textColor="?android:textColorPrimary" android:textSize="18sp" /> @@ -160,7 +160,7 @@ android:layout_marginTop="14dp" android:layout_marginBottom="14dp" android:text="@string/third_party_cookies_enabled" - android:textColor="?attr/primaryTextColorSelector" + android:textColor="?android:textColorPrimary" android:textSize="18sp" /> @@ -187,7 +187,7 @@ android:layout_marginTop="14dp" android:layout_marginBottom="14dp" android:text="@string/dom_storage_enabled" - android:textColor="?attr/primaryTextColorSelector" + android:textColor="?android:textColorPrimary" android:textSize="18sp" /> @@ -214,7 +214,115 @@ android:layout_marginTop="14dp" android:layout_marginBottom="14dp" android:text="@string/form_data_enabled" - android:textColor="?attr/primaryTextColorSelector" + android:textColor="?android:textColorPrimary" + android:textSize="18sp" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -238,7 +346,7 @@ android:layout_marginEnd="10dp" android:layout_gravity="center_vertical" android:src="@drawable/user_agent_light" - android:tint="?attr/iconTintColor" + android:tint="?attr/domainSettingsIconTintColor" android:contentDescription="@string/user_agent" /> + android:inputType="textUri" + android:hint="@string/custom_user_agent"/> @@ -285,7 +394,7 @@ android:layout_marginEnd="10dp" android:layout_gravity="center_vertical" android:src="@drawable/font_size_light" - android:tint="?attr/iconTintColor" + android:tint="?attr/domainSettingsIconTintColor" android:contentDescription="@string/font_size" /> + + + + + + + + + + + + + + + + + + + + + + + + + +