We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Thank you for this library. In the RTL layouts if we start typing in the search EditText it will disappear.
and to fix it, In the layout_picker_dialog.xml we just need to add layout_toStartOf to the EditText:
<EditText android:id="@+id/editText_search" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_toLeftOf="@+id/img_clear_query" android:layout_toStartOf="@+id/img_clear_query" android:hint="@string/search_hint" android:imeOptions="actionSearch" android:singleLine="true" android:textColor="@android:color/primary_text_light_nodisable"/>
Thanks.
The text was updated successfully, but these errors were encountered:
@mina-william , thank you for reporting, Suggested solution has been implemented in v2.0.2.
Sorry, something went wrong.
No branches or pull requests
Hi
Thank you for this library. In the RTL layouts if we start typing in the search EditText it will disappear.
and to fix it, In the layout_picker_dialog.xml we just need to add layout_toStartOf to the EditText:
Thanks.
The text was updated successfully, but these errors were encountered: