com.poovam.pinedittextfield.LinePinField not visible when set app language arabic.
See original GitHub issueI am using below code to enter 4 digit otp code in my android app.
<com.poovam.pinedittextfield.LinePinField
android:id="@+id/lineField"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="20dp"
android:inputType="number"
android:textColor="@color/colorBlack"
android:textSelectHandle="@drawable/text_handle"
android:textSize="25sp"
app:distanceInBetween="10dp"
app:highlightColor="@color/colorBlack"
app:highlightEnabled="true"
app:highlightSingleFieldMode="true"
app:isCursorEnabled="true"
app:lineThickness="2dp"
app:noOfFields="4" />
I have also attach image of both case were in English language fields are shown and and when i am trying to change app language to Arabic the fields are gone , not shown to me.
How can i overcome from this
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Application not showing the Arab language stored in local
1.After login stage. 2.On the setting page. Whenever user selects the language ,the app runs on that language(English or Arab). The ...
Read more >Password Inputs - PinEditTextField - The Android Arsenal
Set custom distance between your line and text Line Pin Field. Keep the keyboard open or closed after the Text is entered. Mask...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
just add android:layoutDirection=“ltr” to your xml and it will work ok
sorry i had to put android:layoutDirection=“ltr” in SquarePinField it’s done