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 2, 2018. It is now read-only.
I am using API 21 and running on android 4.4.4 for the demo. After the debug time I have found that the height of the layout was not able to be generated started from this line. However, when I start running the demo project artbook and it works again.
My code is written under the ActionBarActivity. Are there any reason that will be malfunction? I would like to ask what are the things I need to know to avoid making a failure on measuredHeight?
The text was updated successfully, but these errors were encountered:
Finally I found out that component <com.comcast.freeflow.core.FreeFlowContainer> cannot put under RelativeLayout, ScrollView, LinearLayout but only can be run under FrameLayout. I think the system should remind the developer to put the <com.comcast.freeflow.core.FreeFlowContainer/> into the right layout.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using API 21 and running on android 4.4.4 for the demo. After the debug time I have found that the height of the layout was not able to be generated started from this line. However, when I start running the demo project artbook and it works again.
My code is written under the ActionBarActivity. Are there any reason that will be malfunction? I would like to ask what are the things I need to know to avoid making a failure on measuredHeight?
The text was updated successfully, but these errors were encountered: