]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/java/com/stoutner/privacybrowser/helpers/AdHelper.java
Impliment scrolling of the app bar. https://redmine.stoutner.com/issues/8
[PrivacyBrowserAndroid.git] / app / src / free / java / com / stoutner / privacybrowser / helpers / AdHelper.java
index c3aae5d4acdf50a01b3036e413bb13de96f238ae..60f22aaccc91bd9e5d4d3402b4057a25ad7d6ed5 100644 (file)
@@ -71,7 +71,7 @@ public class AdHelper {
         // Cast the generic view to an AdView.
         AdView adView = (AdView) view;
 
-        // Save the layout parameters.  They are used when programatically recreating the add below.
+        // Save the layout parameters.  They are used when programatically recreating the ad below.
         RelativeLayout.LayoutParams adViewLayoutParameters = (RelativeLayout.LayoutParams) adView.getLayoutParams();
 
         // Remove the AdView.