vamos
This commit is contained in:
@@ -10,11 +10,14 @@ import android.view.ViewGroup;
|
||||
|
||||
import com.example.lifegrid.R;
|
||||
|
||||
|
||||
/**
|
||||
* DocumentosFragment é a área orientada ao scan, compilação de faturas e arquivo seguro.
|
||||
* Foca-se unicamente nas componentes não contabéis mas sim em anotações em anexo faturado.
|
||||
*/
|
||||
public class DocumentosFragment extends Fragment {
|
||||
|
||||
public DocumentosFragment() {
|
||||
// Required empty public constructor
|
||||
// Construtor público vazio obrigatório
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -25,7 +28,7 @@ public class DocumentosFragment extends Fragment {
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
||||
Bundle savedInstanceState) {
|
||||
// Inflate the layout for this fragment
|
||||
// Inflaciona o layout para este fragmento
|
||||
View root = inflater.inflate(R.layout.fragment_documentos, container, false);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user