You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying the square root character on the screen, the symbol is displayed divided into 2 parts (the character on the left side and a line above the elements, these two elements are not joined).
For Example (Kotlin on Android Studio 4.1.3): mvTest.apply { text = "$$ c = √{a^2 + b ^2 } $$" }
The text was updated successfully, but these errors were encountered:
When displaying the square root character on the screen, the symbol is displayed divided into 2 parts (the character on the left side and a line above the elements, these two elements are not joined).
For Example (Kotlin on Android Studio 4.1.3):
mvTest.apply { text = "$$ c = √{a^2 + b ^2 } $$" }
The text was updated successfully, but these errors were encountered: