-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed