diff options
Diffstat (limited to 'src/cgeo/geocaching/cgCacheView.java')
| -rw-r--r-- | src/cgeo/geocaching/cgCacheView.java | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/cgeo/geocaching/cgCacheView.java b/src/cgeo/geocaching/cgCacheView.java deleted file mode 100644 index 6b3b433..0000000 --- a/src/cgeo/geocaching/cgCacheView.java +++ /dev/null @@ -1,28 +0,0 @@ -package cgeo.geocaching; - -import android.widget.CheckBox; -import android.widget.ImageView; -import android.widget.RelativeLayout; -import android.widget.TextView; - -public class cgCacheView { - // layouts & views - public RelativeLayout oneCache; - public RelativeLayout oneInfo; - public RelativeLayout oneCheckbox; - public CheckBox checkbox; - public ImageView logStatusMark; - public TextView text; - public TextView favourite; - public TextView info; - public RelativeLayout inventory; - public RelativeLayout directionLayout; - public cgDistanceView distance; - public cgCompassMini direction; - public RelativeLayout dirImgLayout; - public ImageView dirImg; - - // status - public float startX = -1; - public float prevX = -1; -} |
