Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - hide overlain views on init
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Sep 26, 2017
1 parent ef0ce1a commit 9eba7d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@
android:contentDescription="@string/mapbox_compassContentDescription"/>

<ImageView
android:visibility="gone"
android:id="@+id/logoView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/mapbox_logo_icon"/>

<ImageView
android:visibility="gone"
android:id="@+id/attributionView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 9eba7d8

Please sign in to comment.