Use correct package name for layoutManager

When using RecyclerView subclasses, the package name for the subclass
would be used when using the fallback to LinearLayout. This change
ensures that the right package of the parent RecycleView class is used
instead.

Fixes: 144204668
Test: Tested from Studio
Change-Id: Ic0eb719634d0386ad5c01efcf2097d5a3e6b84d7
2 files changed