You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
I try put it into a scrollview, but after I run apk, I saw only one raw on the screen ! So I try to change the code, I rewrite
onMeasure()
Method, like this: super.Measure(originWidth,MesureSpec.make(Integer.MAX>>2,MeasureSpec.AT_MOST))
but at last, I saw too much blank space on my Screen! Can u tell my how I can put it into a scrollView?
Thank U,My English Is poor....
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try put it into a scrollview, but after I run apk, I saw only one raw on the screen ! So I try to change the code, I rewrite
Method, like this:
super.Measure(originWidth,MesureSpec.make(Integer.MAX>>2,MeasureSpec.AT_MOST))
but at last, I saw too much blank space on my Screen! Can u tell my how I can put it into a scrollView?
Thank U,My English Is poor....
The text was updated successfully, but these errors were encountered: