diff --git a/app/src/main/res/layout/fragment_transaction_add.xml b/app/src/main/res/layout/fragment_transaction_add.xml index 80535a08a7d33ab80ab57aa7c82b80f963bd92c6..535dd98caeecb086b5549c03562e41746ae5142a 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" />