You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2022. It is now read-only.
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.github.florent37.diagonallayout.DiagonalLayout>
Ty
The text was updated successfully, but these errors were encountered: