Obsolete
Status Update
Comments
js...@google.com <js...@google.com>
ha...@google.com <ha...@google.com> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
se...@google.com <se...@google.com> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
Description
Description
I'm developing a code editor based on the BasicTextField, and like any code editor, I need a line counter. This line counter must follow the text editor's scroll, but to achieve this, an external scroll must be created, resulting in the loss of some BasicTextField functionalities (for example, the scroll following the cursor).
I considered using BasicTextField2, which is still experimental, because it exposes its internal scroll, and it worked. However, the issue is that my code editor has highlighting, and BasicTextField2 does not support SpanStyle yet
Use Case
Cases where you need a decoration that follows the text scrolling,