Prázdný fragment, pokud nástroj nemá nastavení
More...
|
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
|
Prázdný fragment, pokud nástroj nemá nastavení
Definition at line 14 of file NoSettingsFragment.java.
View mhr.app.fragments.toolbox.NoSettingsFragment.onCreateView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inline |
Definition at line 19 of file NoSettingsFragment.java.
{
View v = inflater.inflate(
R.layout.fragment_toolbox_no_settings, container,
false);
return v;
}
View mhr.app.fragments.toolbox.NoSettingsFragment.root |
|
protected |
The documentation for this class was generated from the following file: