Package io.github.inflationx.viewpump
Interface FallbackViewCreator
-
- All Implemented Interfaces:
public interface FallbackViewCreator
-
-
Method Summary
Modifier and Type Method Description abstract ViewonCreateView(View parent, String name, Context context, AttributeSet attrs)-
-
Method Detail
-
onCreateView
abstract View onCreateView(View parent, String name, Context context, AttributeSet attrs)
-
-
-
-