defPackage property
Optional default package to find, if "package:" is not included in the name.
Can be null
to require an explicit package.
Example: "android" if you want use resources from android.R.
Implementation
String? defPackage;
Optional default package to find, if "package:" is not included in the name.
Can be null
to require an explicit package.
Example: "android" if you want use resources from android.R.
String? defPackage;