Example #1
0
        void Inflate(Context context)
        {
            var inflater = LayoutInflater.FromContext(context);

            inflater.Inflate(Resource.Layout.LoadingBar, this);

            flashbar = this.FindViewById(Resource.Id.loadingBar);

            controller = new LoadingBarController(flashbar);
        }
Example #2
0
        void Inflate(Context context)
        {
            var inflater = LayoutInflater.FromContext (context);

            inflater.Inflate (Resource.Layout.LoadingBar, this);

            flashbar = this.FindViewById (Resource.Id.loadingBar);

            controller = new LoadingBarController (flashbar);
        }