У меня есть Google Maps и SlidingUpPanelLayout , который я провожу от кнопки к началу, все работает нормально, за исключением того, что у меня есть линия на слайде макета, как изображение, я обведу линию, которая сводит меня с ума
![line circled](https://i.stack.imgur.com/cioTf.png)
![](https://i.stack.imgur.com/DmPbs.png)
Основной макет:
<?xml version="1.0" encoding="utf-8"?>
<fr.****.SlidingUpPanelLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:sothree="http://schemas.android.com/apk/res-auto"
android:id="@+id/sliding_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="bottom"
sothree:shadowHeight="4dp"
android:divider="@null"
android:dividerHeight="0dp"
sothree:overlay="true">
...
<include
android:divider="@null"
android:dividerHeight="0dp"
layout="@layout/f_restaurant_info_screen" />
</fr.****.SlidingUpPanelLayout>
в комплектеf_restaurant_info_screen.xml:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_vertical"
android:clickable="true"
android:background="@color/transparent"
android:divider="@null"
android:dividerHeight="0dp"
android:id="@+id/panel_root">
<LinearLayout
android:layout_marginTop="30dp"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_vertical"
android:orientation="vertical"
android:clickable="true"
android:focusable="true"`
android:background="@color/fiche_resto_background">
....
Проблема в том, что карта состоит из строки, которую я хочу удалить
Спасибо за вашу помощь
Просто Sothree: shadowHeight= "0dp" решить проблему