adds beautiful interface for adding events
[unical.git] / src / ro / ieval / unical / AddEventOtherTabFragment.java
1 package ro.ieval.unical;
2
3 import android.app.Fragment;
4 import android.os.Bundle;
5 import android.view.LayoutInflater;
6 import android.view.View;
7 import android.view.ViewGroup;
8
9 public class AddEventOtherTabFragment extends Fragment {
10 @Override
11 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
12 // Inflate the layout for this fragment
13 return inflater.inflate(R.layout.add_event_other_tab, container, false);
14 }
15 }
This page took 0.022065 seconds and 4 git commands to generate.