From 4fcb8c47923a6ef76d606ca03aebf2a8531136fa Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 27 Mar 2023 16:22:40 +0530 Subject: ui: introduce a fresh set of Material3 themes and migrate to them Signed-off-by: Harsh Shandilya --- ui/src/main/res/layout/tunnel_list_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/main/res/layout/tunnel_list_fragment.xml') diff --git a/ui/src/main/res/layout/tunnel_list_fragment.xml b/ui/src/main/res/layout/tunnel_list_fragment.xml index 42a6ced7..8fc5d523 100644 --- a/ui/src/main/res/layout/tunnel_list_fragment.xml +++ b/ui/src/main/res/layout/tunnel_list_fragment.xml @@ -24,7 +24,7 @@ android:id="@+id/main_container" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorBackground" + android:background="?attr/colorSurface" android:clipChildren="false">