Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Commit 2fe770a

Browse files
authored
Merge pull request #556 from cortinico/remove-extra-cardlayout-venue
Removing a useless CardLayout from the Venue page
2 parents c8e4f60 + 59684f6 commit 2fe770a

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

app/src/main/res/layout/view_page_venue.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,10 @@
2424
android:layout_height="match_parent"
2525
android:clipToPadding="false"
2626
android:paddingBottom="@dimen/venue_info_content_padding_bottom"
27+
android:background="@color/white"
2728
app:layout_behavior="@string/appbar_scrolling_view_behavior" >
2829

29-
<net.squanchy.support.widget.CardLayout
30-
android:layout_width="match_parent"
31-
android:layout_height="wrap_content">
32-
33-
<include layout="@layout/merge_venue_info_layout" />
34-
35-
</net.squanchy.support.widget.CardLayout>
30+
<include layout="@layout/merge_venue_info_layout" />
3631

3732
</android.support.v4.widget.NestedScrollView>
3833

0 commit comments

Comments
 (0)