PinView 不显示阿拉伯语

PinView not showing for Arabic language

在我的应用程序中,我使用 PinView 库读取数字。现在,当语言为英语时,会显示此布局,而当我将语言更改为阿拉伯语时,此视图不会显示。这是阿拉伯语和英语的观点。我添加了背景颜色以检查视图是否存在,视图存在但单元格未显示。这是观点,

英语

阿拉伯语

点击橙色时,键盘打开。

这是我用来显示的xml代码,

             <com.chaos.view.PinView
                android:id="@+id/pinCodeView"
                style="@style/PinWidget.PinView"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:minHeight="50dp"
                android:background="@color/colorPrimary"
                android:layout_marginTop="35dp"
                android:layout_marginBottom="30dp"
                app:lineColor="@color/white"
                android:textColor="@color/white"
                android:inputType="phone"
                android:padding="10dp"
                android:textSize="18sp"
                app:itemCount="10"
                app:itemSpacing="4dp"
                app:viewType="rectangle" />

请升级到1.3.0版本。在 1.2.0 中,PinView 不支持 RTL。