From 3a311f2a45a79a19ebc4e2b66f5e92a2f390c04d Mon Sep 17 00:00:00 2001 From: mucek4 Date: Mon, 11 Jul 2011 08:12:48 +0200 Subject: First commit --- src/cgeo/geocaching/cgGPXView.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/cgeo/geocaching/cgGPXView.java (limited to 'src/cgeo/geocaching/cgGPXView.java') diff --git a/src/cgeo/geocaching/cgGPXView.java b/src/cgeo/geocaching/cgGPXView.java new file mode 100644 index 0000000..f68b477 --- /dev/null +++ b/src/cgeo/geocaching/cgGPXView.java @@ -0,0 +1,9 @@ +package cgeo.geocaching; + +import android.widget.TextView; + +public class cgGPXView { + // layouts & views + public TextView filepath; + public TextView filename; +} -- cgit v1.1