We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8e4f60 + 59684f6 commit 2fe770aCopy full SHA for 2fe770a
1 file changed
app/src/main/res/layout/view_page_venue.xml
@@ -24,15 +24,10 @@
24
android:layout_height="match_parent"
25
android:clipToPadding="false"
26
android:paddingBottom="@dimen/venue_info_content_padding_bottom"
27
+ android:background="@color/white"
28
app:layout_behavior="@string/appbar_scrolling_view_behavior" >
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>
+ <include layout="@layout/merge_venue_info_layout" />
36
37
</android.support.v4.widget.NestedScrollView>
38
0 commit comments