From 1aa5d39e4f82915b927444d5eec8ccbb02ea3931 Mon Sep 17 00:00:00 2001 From: Hafiz Date: Thu, 23 Mar 2023 02:17:37 -0400 Subject: [PATCH] Use Material card for looking for party view and set corner radius 15dp --- Habitica/res/layout/fragment_no_party.xml | 140 ++++++++++++---------- 1 file changed, 76 insertions(+), 64 deletions(-) diff --git a/Habitica/res/layout/fragment_no_party.xml b/Habitica/res/layout/fragment_no_party.xml index 96813cf54..58d0ae609 100644 --- a/Habitica/res/layout/fragment_no_party.xml +++ b/Habitica/res/layout/fragment_no_party.xml @@ -1,7 +1,8 @@ - - - - - + app:cardBackgroundColor="@color/window_background" + app:cardCornerRadius="16dp" + app:strokeWidth="0dp"> -