X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings.xml;h=7485ef0063878a10972fd525d0f8b3bccc241ae7;hp=1ea1417c46723b2a21824e0649911018787a8ecb;hb=557c44e588c9c881a5a1573667a34d0355cde834;hpb=ade33e21bbdc373ee391b1105d94aeb1aac1b80d diff --git a/app/src/main/res/layout/domain_settings.xml b/app/src/main/res/layout/domain_settings.xml index 1ea1417c..7485ef00 100644 --- a/app/src/main/res/layout/domain_settings.xml +++ b/app/src/main/res/layout/domain_settings.xml @@ -40,33 +40,46 @@ - - + android:orientation="vertical"> - - + android:orientation="horizontal" > - - - + android:layout_width="wrap_content" + android:layout_marginEnd="10dp" + android:layout_marginBottom="12dp" + android:layout_gravity="bottom" + android:src="@drawable/domains" + android:tint="@color/blue_800" + tools:ignore="contentDescription" /> + + + + + + + + + + @@ -108,8 +121,7 @@ android:layout_marginTop="1dp" android:layout_marginEnd="10dp" android:layout_gravity="center_vertical" - android:src="@drawable/cookies_enabled" - android:tint="@color/domain_settings_icon_yellow_tint_selector" + android:src="@drawable/cookies_disabled" tools:ignore="contentDescription" /> @@ -136,8 +149,7 @@ android:layout_marginTop="1dp" android:layout_marginEnd="10dp" android:layout_gravity="center_vertical" - android:src="@drawable/cookies_enabled" - android:tint="@color/domain_settings_icon_red_tint_selector" + android:src="@drawable/cookies_disabled" tools:ignore="contentDescription" />