We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9674b68 commit 9859878Copy full SHA for 9859878
1 file changed
ExampleProvider/src/main/kotlin/com/example/BlankFragment.kt
@@ -59,7 +59,7 @@ class BlankFragment(val plugin: TestPlugin) : BottomSheetDialogFragment() {
59
savedInstanceState: Bundle?
60
): View? {
61
// Inflate the layout for this fragment
62
- val id = plugin.resources!!.getIdentifier("fragment_blank", "layout", "com.example")
+ val id = plugin.resources!!.getIdentifier("fragment_blank", "layout", BuildConfig.LIBRARY_PACKAGE_NAME)
63
val layout = plugin.resources!!.getLayout(id)
64
return inflater.inflate(layout, container, false)
65
}
0 commit comments