Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot show content below staggered gridview #94

Open
BasimMajeed opened this issue Nov 14, 2014 · 1 comment
Open

Cannot show content below staggered gridview #94

BasimMajeed opened this issue Nov 14, 2014 · 1 comment

Comments

@BasimMajeed
Copy link

Currently I have following code but it doesn't show textView content on screen

<com.origamilabs.library.views.StaggeredGridView
    android:id="@+id/sgv_medications"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@android:color/white"
    staggered:drawSelectorOnTop="true"
    staggered:numColumns="2" />

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:layout_below="@+id/sgv_notes"
    android:text="Demo" />
@aureliencaruel
Copy link

I have the same problem. Have you resolve it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants