HI! In src/main/res/layout/conversation_fragment.xml, these appear in the chat view but how can they be translated:
android:contentDescription=“Location streaming enabled”
android:contentDescription=“Location streaming disabled”
HI! In src/main/res/layout/conversation_fragment.xml, these appear in the chat view but how can they be translated:
android:contentDescription=“Location streaming enabled”
android:contentDescription=“Location streaming disabled”
When you press-and-hold on the map to insert a point, a popup appears with these two components,
A text input with the initial text Label
A button with the label Send
I think the text on those is a bit too small, and the padding isn’t enough, so it fells like it’s not gonna be easy to miss and touch the wrong place. Shouldn’t it use the same text size and style as the rest of the user interface?
Maybe it could say something different than Send, maybe Publish?