Android Studio XML Layout file exist but I can't find it
Just found what was going on. Inside values/refs.xml
there was <item name="fragment_item" type="layout">@layout/fragment_item_grid</item>
which should be the cause of it.
Just found what was going on. Inside values/refs.xml
there was <item name="fragment_item" type="layout">@layout/fragment_item_grid</item>
which should be the cause of it.