From 9d80d6c9374d94f5ccc1cf7a6b8f26c3ec47ebe7 Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Tue, 10 Nov 2020 21:53:53 -0800 Subject: [PATCH] Changed color of Delete Account button --- Listify/app/src/main/res/layout/fragment_profile.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Listify/app/src/main/res/layout/fragment_profile.xml b/Listify/app/src/main/res/layout/fragment_profile.xml index 4498685..e73a8e9 100644 --- a/Listify/app/src/main/res/layout/fragment_profile.xml +++ b/Listify/app/src/main/res/layout/fragment_profile.xml @@ -11,6 +11,8 @@ android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:text="Delete Account" + android:backgroundTint="#C82832" + android:textColor="#fff" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" />