From 91fb64ee919b4094f0c89930bd55ebfaadbe5cf9 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 8 Sep 2021 11:37:42 +0500 Subject: [PATCH] fix a rare crash with TextInput --- .../app/src/main/res/drawable/edit_text.xml | 24 +++++++++++++++++++ .../app/src/main/res/values/styles.xml | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 apps/mobile/android/app/src/main/res/drawable/edit_text.xml diff --git a/apps/mobile/android/app/src/main/res/drawable/edit_text.xml b/apps/mobile/android/app/src/main/res/drawable/edit_text.xml new file mode 100644 index 000000000..c97e48808 --- /dev/null +++ b/apps/mobile/android/app/src/main/res/drawable/edit_text.xml @@ -0,0 +1,24 @@ + + + + + + + + + + \ No newline at end of file diff --git a/apps/mobile/android/app/src/main/res/values/styles.xml b/apps/mobile/android/app/src/main/res/values/styles.xml index 6d9af564e..5f3c23bf9 100644 --- a/apps/mobile/android/app/src/main/res/values/styles.xml +++ b/apps/mobile/android/app/src/main/res/values/styles.xml @@ -5,6 +5,7 @@ #000000 true + @drawable/edit_text