答案 0 :(得分:2)
奇怪的解决方案,但我只需要在背景颜色:
<LinearLayout
android:id="@+id/booking_details_top_block"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@color/white"
android:elevation="4dp"
>