当我使用 Android Studio 布局设计器手动设计布局时,边距数字以波斯格式创建,并且设计器无法正常工作。自从我更新 Android Studio 以来,这种情况一直在发生。
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/tryAgain"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:layout_editor_absoluteX="۳۲dp"
tools:layout_editor_absoluteY="۳۴dp" />
</androidx.constraintlayout.widget.ConstraintLayout>
注意我的操作系统是 Windows,有两种语言,波斯语和英语