LucaMs Expert Licensed User Longtime User Jan 8, 2018 #1 I applied a ColorDrawable (mainly white) to some EditTexts; the cursor seem to be transparent (it is probably white depending on the current theme). Must I change the theme or there is a way to change the cursor color? Thanks
I applied a ColorDrawable (mainly white) to some EditTexts; the cursor seem to be transparent (it is probably white depending on the current theme). Must I change the theme or there is a way to change the cursor color? Thanks
LucaMs Expert Licensed User Longtime User Jan 8, 2018 #2 Found and used this: https://www.b4x.com/android/forum/threads/change-edittext-cursor-color.58876/#content The thickness of the cursor is not ideal, I do not know what minimum API is needed, but this is always better than nothing Upvote 0
Found and used this: https://www.b4x.com/android/forum/threads/change-edittext-cursor-color.58876/#content The thickness of the cursor is not ideal, I do not know what minimum API is needed, but this is always better than nothing
Jorge M A Well-Known Member Licensed User Longtime User Jan 8, 2018 #3 I do not know what minimum API is needed Click to expand... Kitkat 4.4.2 SDK 19 Is OK! Lollipop 5.0.1 SDK 21 Is OK! Upvote 0
I do not know what minimum API is needed Click to expand... Kitkat 4.4.2 SDK 19 Is OK! Lollipop 5.0.1 SDK 21 Is OK!