Skip to content

Commit

Permalink
Fix background color of MapView while loading. (#4442)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant authored Feb 5, 2024
1 parent 23388b5 commit fec1683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_places.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<com.mapbox.mapboxsdk.maps.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent"
app:maplibre_foregroundLoadColor="?attr/paper_color"/>

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit fec1683

Please sign in to comment.