From 25fd5422e2275099c4e6767df2893909c06faac5 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 1 May 2020 18:49:22 +0300 Subject: [PATCH] NT: hide the simulation watermark by default --- app/src/main/res/layout/activity_new_transaction.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/activity_new_transaction.xml b/app/src/main/res/layout/activity_new_transaction.xml index 3ff1415a..ede22f87 100644 --- a/app/src/main/res/layout/activity_new_transaction.xml +++ b/app/src/main/res/layout/activity_new_transaction.xml @@ -43,6 +43,7 @@ android:textIsSelectable="false" android:textSize="36sp" android:textStyle="bold" + android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" -- 2.39.2