We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" />
The text was updated successfully, but these errors were encountered:
I have the same problem. Have you resolve it ?
Sorry, something went wrong.
No branches or pull requests
Currently I have following code but it doesn't show textView content on screen
The text was updated successfully, but these errors were encountered: