diff --git a/app/src/main/java/pl/tpolgrabia/urbanexplorer/fragments/WikiLocationsFragment.java b/app/src/main/java/pl/tpolgrabia/urbanexplorer/fragments/WikiLocationsFragment.java new file mode 100644 index 0000000..4066970 --- /dev/null +++ b/app/src/main/java/pl/tpolgrabia/urbanexplorer/fragments/WikiLocationsFragment.java @@ -0,0 +1,30 @@ +package pl.tpolgrabia.urbanexplorer.fragments; + + +import android.os.Bundle; +import android.support.v4.app.Fragment; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; + +import pl.tpolgrabia.urbanexplorer.R; + +/** + * A simple {@link Fragment} subclass. + */ +public class WikiLocationsFragment extends Fragment { + + + public WikiLocationsFragment() { + // Required empty public constructor + } + + + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, + Bundle savedInstanceState) { + // Inflate the layout for this fragment + return inflater.inflate(R.layout.fragment_wiki_locations, container, false); + } + +} diff --git a/app/src/main/res/layout/fragment_wiki_locations.xml b/app/src/main/res/layout/fragment_wiki_locations.xml new file mode 100644 index 0000000..d6d8986 --- /dev/null +++ b/app/src/main/res/layout/fragment_wiki_locations.xml @@ -0,0 +1,13 @@ + + + + + +