App
Public Member Functions | Protected Attributes | List of all members
mhr.app.fragments.toolbox.NoSettingsFragment Class Reference

Prázdný fragment, pokud nástroj nemá nastavení More...

Inheritance diagram for mhr.app.fragments.toolbox.NoSettingsFragment:

Public Member Functions

View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 

Protected Attributes

View root
 

Detailed Description

Prázdný fragment, pokud nástroj nemá nastavení

Definition at line 14 of file NoSettingsFragment.java.

Member Function Documentation

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);
root = v;
return v;
}

Member Data Documentation

View mhr.app.fragments.toolbox.NoSettingsFragment.root
protected

Definition at line 16 of file NoSettingsFragment.java.


The documentation for this class was generated from the following file: