From 58411cf77e60f1e1f6cbb315d4c48334f7eef5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Sun, 28 Aug 2016 14:44:25 +0200 Subject: [PATCH] Added wiki locations (blank) fragment. --- .../fragments/WikiLocationsFragment.java | 30 +++++++++++++++++++ .../res/layout/fragment_wiki_locations.xml | 13 ++++++++ 2 files changed, 43 insertions(+) create mode 100644 app/src/main/java/pl/tpolgrabia/urbanexplorer/fragments/WikiLocationsFragment.java create mode 100644 app/src/main/res/layout/fragment_wiki_locations.xml 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 @@ + + + + + +