Ejemplo n.º 1
0
 public NestedTextView(Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes) : base(context, attrs, defStyleAttr, defStyleRes)
 {
     _context = context;
     _helper  = new NestedScrollingChildHelper(this);
     NestedScrollingEnabled = true;
 }
Ejemplo n.º 2
0
 public NestedTextView(Context context) : base(context)
 {
     _context = context;
     _helper  = new NestedScrollingChildHelper(this);
     NestedScrollingEnabled = true;
 }