Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Any type of map is not showed #28

Open
franrc opened this issue Nov 10, 2018 · 0 comments
Open

Any type of map is not showed #28

franrc opened this issue Nov 10, 2018 · 0 comments

Comments

@franrc
Copy link

franrc commented Nov 10, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant