aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/GPXListView.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/ui/GPXListView.java')
-rw-r--r--main/src/cgeo/geocaching/ui/GPXListView.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/ui/GPXListView.java b/main/src/cgeo/geocaching/ui/GPXListView.java
new file mode 100644
index 0000000..d2d0766
--- /dev/null
+++ b/main/src/cgeo/geocaching/ui/GPXListView.java
@@ -0,0 +1,9 @@
+package cgeo.geocaching.ui;
+
+import android.widget.TextView;
+
+public class GPXListView {
+ // layouts & views
+ public TextView filepath;
+ public TextView filename;
+}