diff --git a/android/IdentitreeStarterKit/src/org/campjoy/identitree/starter/popup/HotTap.java b/android/IdentitreeStarterKit/src/org/campjoy/identitree/starter/popup/HotTap.java index 84aab3d..c7bffb9 100644 --- a/android/IdentitreeStarterKit/src/org/campjoy/identitree/starter/popup/HotTap.java +++ b/android/IdentitreeStarterKit/src/org/campjoy/identitree/starter/popup/HotTap.java @@ -8,6 +8,7 @@ import org.campjoy.identitree.starter.model.Term; import android.content.Context; +import android.graphics.Color; import android.graphics.drawable.Drawable; import android.text.Spannable; import android.text.TextPaint; @@ -38,6 +39,8 @@ public HotTap(Context activityContext, View v) { glossary = GlossaryModel.getInstance(); v.setOnTouchListener(this); createSpans(v); + TextView tv = (TextView)v; + tv.setHighlightColor(Color.TRANSPARENT); } private void createSpans(View v) { diff --git a/ios/Camp Joy Outdoors/CJOTreeInfoViewController.m b/ios/Camp Joy Outdoors/CJOTreeInfoViewController.m index 6d43306..23069b5 100644 --- a/ios/Camp Joy Outdoors/CJOTreeInfoViewController.m +++ b/ios/Camp Joy Outdoors/CJOTreeInfoViewController.m @@ -56,7 +56,7 @@ - (IBAction)done:(id)sender { } - (void) configureCarousel { - + self.carousel.decelerationRate = 0.5; } #pragma mark - UITableViewDataSource;