Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

FreeFlow inside ScrollView #75

Open
ErikKarlsson opened this issue Feb 9, 2015 · 0 comments
Open

FreeFlow inside ScrollView #75

ErikKarlsson opened this issue Feb 9, 2015 · 0 comments

Comments

@ErikKarlsson
Copy link

Hi,

I would like to have the FreeFlowContainer inside a ScrollView. Basically I need to set the height of the container to wrap all of its content. Is this possible?

It would look something like this:

<ScrollView
    android:layout_height="match_parent"
    android:layout_width="match_parent">
   <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">
        <com.comcast.freeflow.core.FreeFlowContainer
            android:id="@+id/container"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            />
   </LinearLayout>
</ScrollView>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant