DiagonalLayout icon indicating copy to clipboard operation
DiagonalLayout copied to clipboard

Any type of map is not showed

Open franrc opened this issue 7 years ago • 0 comments

Hi!

When I add a google maps view o mapbox view, this is not showed at all, although the map is fully functional.

How can solve this?

Here is my layout

<com.github.florent37.diagonallayout.DiagonalLayout android:layout_width="match_parent" android:layout_height="330dp" app:diagonal_position="top" app:diagonal_direction="right" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintBottom_toBottomOf="parent">

                <com.mapbox.mapboxsdk.maps.MapView
                    android:id="@+id/mapView"
                    android:layout_width="match_parent"
                    android:layout_height="330dp"
                    app:mapbox_styleUrl="@string/mapbox_style_mapbox_streets"
                    app:mapbox_cameraTilt="60"
                    app:mapbox_cameraZoom="12"/>

</com.github.florent37.diagonallayout.DiagonalLayout>

Ty

franrc avatar Nov 10 '18 07:11 franrc