Example #1
0
 public void Scroll(float distanceY)
 {
     // only process scrolling if we have an active prayer. (We won't if the prayers are still downloading)
     if (PrayerLayout != null)
     {
         PrayerLayout.Scroll(distanceY);
     }
 }
Example #2
0
                    public void LayoutChanged(RectangleF bounds)
                    {
                        View.Bounds = bounds;

                        PrayerLayout.LayoutChanged(new RectangleF(bounds.Left, bounds.Top, bounds.Width, bounds.Height - PrayerActionSize.Height));

                        // set the prayer action area correctly
                        PositionPrayedLabel( );
                    }