0

I am trying to build this project from the UltimateAndroidCamera from here

TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TwoWayView, defStyle, 0);
        initializeScrollbars(a);
Marco Bonelli
  • 63,369
  • 21
  • 118
  • 128
Sagar Atalatti
  • 486
  • 1
  • 8
  • 21

1 Answers1

0

Looks like the lib is not updated regularly and is facing the same issue as this - initializeScrollbars is undefined?

Community
  • 1
  • 1