diff options
Diffstat (limited to 'src/cgeo/geocaching/cgCacheView.java')
| -rw-r--r-- | src/cgeo/geocaching/cgCacheView.java | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/cgeo/geocaching/cgCacheView.java b/src/cgeo/geocaching/cgCacheView.java index 08c9d17..6b3b433 100644 --- a/src/cgeo/geocaching/cgCacheView.java +++ b/src/cgeo/geocaching/cgCacheView.java @@ -6,23 +6,23 @@ 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; + // 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; + // status + public float startX = -1; + public float prevX = -1; } |
