-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure mapbox legal mention are displayed on the map #5062
Conversation
Matrix SDKIntegration Tests Results:
|
great catch! |
@@ -7,7 +7,9 @@ | |||
<im.vector.app.features.location.MapTilerMapView |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a blocker, something I noticed in the file layout - we could flatten the nested constraint layouts by using a Group
with a background for the bottom bar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, Using a Flow
is better. 6107fb6
android:id="@+id/shareLocationContainer" | ||
android:layout_width="0dp" | ||
android:layout_height="72dp" | ||
android:background="?android:colorBackground" | ||
android:paddingStart="@dimen/layout_horizontal_margin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
16dp, was 12dp before, more compliant with the guidelines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, thank you!
We should not hide the legal mention at bottom left of the map.
Note: The legal mention is correctly displayed in the timeline, in the message bottom sheet and in the location message detail.