From 5570ed02196695bedf28c76eccb08581057cdedb Mon Sep 17 00:00:00 2001 From: cyberta Date: Mon, 13 Apr 2026 07:53:10 +0200 Subject: improve warning layout at the top of the application list --- app/src/main/res/layout/allowed_vpn_apps.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main') diff --git a/app/src/main/res/layout/allowed_vpn_apps.xml b/app/src/main/res/layout/allowed_vpn_apps.xml index c9e74cf3..2bdbcc62 100644 --- a/app/src/main/res/layout/allowed_vpn_apps.xml +++ b/app/src/main/res/layout/allowed_vpn_apps.xml @@ -16,8 +16,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" + android:background="@color/amber200" android:textStyle="bold" - android:textColor="@color/colorWarning" android:textAppearance="?android:attr/textAppearanceMedium" android:paddingStart="@dimen/activity_horizontal_margin" android:paddingEnd="@dimen/activity_horizontal_margin" @@ -27,7 +27,7 @@