For now you can create an ancestor with all type p...
# android
y
For now you can create an ancestor with all type parameters specified:
Copy code
open class CustomWidget<T>
class TypedWidget : CustomWidget<String>()
And use
TypedWidget
in XML files