alimortazavi

Results 1 comments of alimortazavi

when using a custom view inside a Scroll view, you have to override onMeasure method and set width and height for your custom view.. eg: ``` @Override protected void onMeasure(int...