Joel da Rosa

Results 5 comments of Joel da Rosa

angular-input-masks: 2.0.0. Angular Version:1.2.28

Hi! Scroll/Swipe can be disabled with: ``` viewPager.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { return true; } }); ```

To see how the buttons are added to your xml layouts, check the sample project.