Skip to content

Instantly share code, notes, and snippets.

@Ochornma
Created April 22, 2021 15:50
Show Gist options
  • Select an option

  • Save Ochornma/9987112713203c268070a8327e6b0c88 to your computer and use it in GitHub Desktop.

Select an option

Save Ochornma/9987112713203c268070a8327e6b0c88 to your computer and use it in GitHub Desktop.
class BVNNotVerifiedFragment : Fragment() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
}
override fun onCreateView(
inflater: LayoutInflater, container: ViewGroup?,
savedInstanceState: Bundle?
): View? {
// Inflate the layout for this fragment
return inflater.inflate(R.layout.fragment_b_v_n_not_verified, container, false)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment