I want EditText to always be LTR, how do I do this? android: textDirection really seems to be the answer, I can't get the project to compile with this directive
Adding \ u202D (LTR OVERRIDE) to the beginning of the line does the trick
use gravity for editText
android:gravity="right"
use direction for editText
android:textDirection="ltr"
Add them to your EditText :
EditText
android:gravity="left" android:textDirection="ltr"
Note: android:textDirection requires API level 17
android:textDirection
Source: https://habr.com/ru/post/927111/More articles:is there any tutorial for android zxing library with fragments - androidDebug.WriteLine skipped during debugging - debuggingVS C2752 compiler error ("multiple matches with partial specialization") in STL - c ++How to connect to an existing CloudSearch domain in boto? - pythonAn Integer object whose value can be changed after definition? - pythonHandling switch groups selects an event using jQuery UI - jquery-uiHow does Instagram use django? - djangoUploading files to a remote server via html and javascript - javascriptWhy, when calling the put () method, you cannot turn on automatic conversion of date and time to UTC, - google-app-engineCancel tabs / spaces - grepAll Articles