Skip to content

Instantly share code, notes, and snippets.

@lon9
Last active March 8, 2016 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lon9/358a96f3c4a69b78af32 to your computer and use it in GitHub Desktop.
Save lon9/358a96f3c4a69b78af32 to your computer and use it in GitHub Desktop.
RecyclerView, GridLayoutManagerにCardViewを直接いれてはならない。 ref: http://qiita.com/Rompei/items/4794a122435ed82cf5d6
<Frame_Layout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp">
<!--Some views -->
</CardView>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment