Skip to content

Commit

Permalink
Merge pull request #342 from marunjar/master
Browse files Browse the repository at this point in the history
fix expand on cardwithlist
  • Loading branch information
gabrielemariotti committed Nov 11, 2014
2 parents 7e2a6b2 + 96686f5 commit fa02d62
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,13 @@

</it.gmariotti.cardslib.library.view.ForegroundLinearLayout>

<!-- Expand layout. You can customize this element with your CardExpand class -->
<FrameLayout
android:id="@+id/card_content_expand_layout"
style="@style/card.native.main_contentExpand"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
</FrameLayout>

</LinearLayout>

0 comments on commit fa02d62

Please sign in to comment.