I am trying to build this project from the UltimateAndroidCamera from here
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TwoWayView, defStyle, 0);
initializeScrollbars(a);
I am trying to build this project from the UltimateAndroidCamera from here
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TwoWayView, defStyle, 0);
initializeScrollbars(a);
Looks like the lib is not updated regularly and is facing the same issue as this - initializeScrollbars is undefined?