public class ModuleDetailsFragment
extends Fragment
Module
.Constructor and Description |
---|
ModuleDetailsFragment() |
Modifier and Type | Method and Description |
---|---|
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
setDescription(java.lang.String description)
Sets the module description in the fragment
|
void |
setTitle(java.lang.String title)
Sets the module title in the fragment.
|
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public void setTitle(java.lang.String title)
title
- The title to displaypublic void setDescription(java.lang.String description)
description
- The description to display