Ejemplo n.º 1
0
        private void BindViews(View root)
        {
            _eventGauge = root.FindViewById <CircularEventGauge>(Resource.Id.event_gauge);
            _eventGauge.Indicator.Clickable = true;

            _responsesCarousel = root.FindViewById <RecyclerView>(Resource.Id.event_carousel);
        }
 private void BindViews(View root)
 {
     _eventGauge = root.FindViewById <CircularEventGauge>(Resource.Id.event_gauge);
 }