diff options
Diffstat (limited to 'src/cgeo/geocaching/cgGPXView.java')
| -rw-r--r-- | src/cgeo/geocaching/cgGPXView.java | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |
