X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings_fragment.xml;h=40e7cc78afaea0a9bbf051984a6bbcb0b56d4692;hb=d420aa6be32a78b27905074edc3881a6e71d2263;hp=1d7bf6392383d010622f57554a9619e2a0f42331;hpb=876163beb210da82f38327bc1b838d65dd8fb1d1;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/domain_settings_fragment.xml b/app/src/main/res/layout/domain_settings_fragment.xml index 1d7bf639..40e7cc78 100644 --- a/app/src/main/res/layout/domain_settings_fragment.xml +++ b/app/src/main/res/layout/domain_settings_fragment.xml @@ -54,7 +54,7 @@ android:layout_marginBottom="12dp" android:layout_gravity="bottom" android:src="@drawable/domains" - android:tint="?attr/iconTintColor" + android:tint="?attr/domainSettingsIconTintColor" tools:ignore="contentDescription" /> @@ -92,6 +92,7 @@ android:id="@+id/domain_settings_javascript_imageview" android:layout_height="wrap_content" android:layout_width="wrap_content" + android:layout_marginTop="1dp" android:layout_marginEnd="10dp" android:layout_gravity="center_vertical" tools:ignore="contentDescription" /> @@ -104,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" /> @@ -131,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" /> @@ -159,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" /> @@ -186,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" /> @@ -213,7 +214,7 @@ 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" /> @@ -237,7 +238,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:orientation="vertical" + android:layout_marginTop="14dp" + android:layout_marginBottom="14dp" > - + android:layout_width="match_parent" + android:orientation="horizontal" > - + + + + + + android:layout_marginStart="45dp" + android:layout_marginEnd="36dp" + android:textSize="13sp" /> + + android:orientation="vertical" + android:layout_marginTop="14dp" + android:layout_marginBottom="14dp" > - + android:layout_width="match_parent" + android:orientation="horizontal" > - + + + + + + + + + + + + android:orientation="horizontal" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file