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
I have a custom view and get the text from XML: The code slice is here:
<com.example.CustomView android:layout_width="wrap_content" android:layout_height="wrap_content" app:customTag="@string/hello_world" /> val typedArray = context.obtainStyledAttributes(attrs, R.styleable.CustomView, 0, 0) tag = typedArray.getText(R.styleable.CustomView_customTag) ?: ""
The tag does not use the latest translation.
Is it a bug or caused by using the outdated SDK version? Waiting for your response, Thank you!
The text was updated successfully, but these errors were encountered:
Hi @SwiftyWang, what version of the SDK are you using?
Sorry, something went wrong.
I upgraded to the latest version but the issue still exists. Not sure if it is related to this limitation? if yes any workaround?
No branches or pull requests
I have a custom view and get the text from XML:
The code slice is here:
The tag does not use the latest translation.
Is it a bug or caused by using the outdated SDK version? Waiting for your response, Thank you!
The text was updated successfully, but these errors were encountered: