blob: bc230d3ca2376b697fb24b1e7fe3a14b58169bfa [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/map_detail_spacer"
android:layout_width="match_parent"
<caret>
android:layout_height="match_parent"
android:baselineAligned="false"
android:weightSum="2">
<android.support.v7.widget.CardView
android:id="@+id/map_detail_popup"
app:cardBackgroundColor="#fff"
app:cardCornerRadius="@dimen/card_corner_radius"
app:cardElevation="@dimen/card_elevation"
app:cardPreventCornerOverlap="false"
android:layout_width="0dp"
android:layout_weight="1">
</android.support.v7.widget.CardView>
</LinearLayout>