From 55219b55efff4b7709ce39afb10f60019d66651b Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Sat, 22 Oct 2022 06:31:56 -0700 Subject: [PATCH] fix contrast issue --- app/src/main/res/layout/activity_sign_up.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_sign_up.xml b/app/src/main/res/layout/activity_sign_up.xml index bc8630a..ed42af6 100644 --- a/app/src/main/res/layout/activity_sign_up.xml +++ b/app/src/main/res/layout/activity_sign_up.xml @@ -6,7 +6,7 @@ android:layout_height="match_parent" android:orientation="vertical" android:theme="@style/Theme.AppCompat" - android:background="@drawable/wormhole" + android:background="@drawable/galaxy" tools:context=".SignUp">