aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/GPXListView.java
blob: d2d07660f2cfa08c9bb4389bdf892b9efff259f5 (plain)
1
2
3
4
5
6
7
8
9
package cgeo.geocaching.ui;

import android.widget.TextView;

public class GPXListView {
    // layouts & views
    public TextView filepath;
    public TextView filename;
}