Skip to content
New issue

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

在一些RTL的语言例如印度,ok和cancel重叠在一起,请问如何解决 #343

Open
mooti-barry opened this issue Sep 17, 2023 · 1 comment

Comments

@mooti-barry
Copy link

No description provided.

@Ubitar
Copy link

Ubitar commented Jul 5, 2024

只能自己加上start了

   datePicker.cancelView.also {
            //修复多语言时无法RTL的问题
            try {
                it.updateLayoutParams<FrameLayout.LayoutParams> {
                    gravity = Gravity.CENTER_VERTICAL or Gravity.START
                }
            }
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants