From a3d9002dfe4470a066d9dd6a8e14d0d962118c9f Mon Sep 17 00:00:00 2001
From: auliamey <auliaannandya@gmail.com>
Date: Fri, 5 Apr 2024 14:15:16 +0700
Subject: [PATCH] fix: ux

---
 app/src/main/res/layout/fragment_transaction_add.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/src/main/res/layout/fragment_transaction_add.xml b/app/src/main/res/layout/fragment_transaction_add.xml
index 80535a0..535dd98 100644
--- a/app/src/main/res/layout/fragment_transaction_add.xml
+++ b/app/src/main/res/layout/fragment_transaction_add.xml
@@ -120,6 +120,8 @@
         android:paddingVertical="12dp"
         android:paddingHorizontal="8dp"
         android:background="@drawable/custom_input"
+        android:focusable="false"
+        android:clickable="false"
         />
 
     <TextView
@@ -148,6 +150,8 @@
         android:paddingVertical="12dp"
         android:paddingHorizontal="8dp"
         android:background="@drawable/custom_input"
+        android:focusable="false"
+        android:clickable="false"
         />
 
 
-- 
GitLab