bin_per
Lurker
As shown in the picture below, you want to create EditText, which allows users to enter text by color.
Currently, we make two EditText and TextViews that are inputted and printed.
EditText with textWatcher listener, so you can start with TextView.
Computes the currently selected color and character location to change and display the SpanableStringBuilder.
Here's the question:
1. How do I not print the text entered in EditText?
(EditText does not want to display on the screen after receiving input only.)
2. Is there a better way to create EditText for multiple colors?
Currently, we make two EditText and TextViews that are inputted and printed.
EditText with textWatcher listener, so you can start with TextView.
Computes the currently selected color and character location to change and display the SpanableStringBuilder.
Here's the question:
1. How do I not print the text entered in EditText?
(EditText does not want to display on the screen after receiving input only.)
2. Is there a better way to create EditText for multiple colors?