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" />