diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:36:28 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:36:28 +0200 |
| commit | 579ef7a535489d4aa632db11667a3b01deb6cafd (patch) | |
| tree | 55810021c02ac7d80d3a9702ef0b59e4af154b9c /src/cgeo/geocaching/cgCacheView.java | |
| parent | 96ea21fd50334479c262da692038965d0e4d596a (diff) | |
| download | cgeo-579ef7a535489d4aa632db11667a3b01deb6cafd.zip cgeo-579ef7a535489d4aa632db11667a3b01deb6cafd.tar.gz cgeo-579ef7a535489d4aa632db11667a3b01deb6cafd.tar.bz2 | |
Move sources into the main directory
This prepares the inclusion of tests into the same repository.
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; -} |
