From cbaa853b1cd863ede1f7b7e7b92703c7268d7070 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Mon, 30 Dec 2024 23:25:57 +0100 Subject: [PATCH] remove white box around cursor in EditText android:background was erroneously used instead of android:windowBackground. This was causing a white box around the cursor. Neither android:background nor android:windowBackground is needed. --- app/src/main/res/values/styles.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 2dcd8ad..11a92fc 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -123,7 +123,6 @@