From f5673425b785facc0a5bc22d554ed74637f1b3cf Mon Sep 17 00:00:00 2001 From: Koen J Date: Sat, 17 May 2025 08:54:40 +0200 Subject: [PATCH] Updated default price. --- app/src/main/res/layout/fragment_buy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_buy.xml b/app/src/main/res/layout/fragment_buy.xml index d12534bd..27464791 100644 --- a/app/src/main/res/layout/fragment_buy.xml +++ b/app/src/main/res/layout/fragment_buy.xml @@ -76,7 +76,7 @@ android:id="@+id/button_buy_text" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="$9.99 + Tax" + android:text="$19 + Tax" android:textSize="14dp" android:textColor="@color/white" android:fontFamily="@font/inter_regular"