feedback: add info about where the feedback gets posted (#5748)

* feedback: add info about where the feedback gets posted

Fixes #5747

* feedback: avoid underscore in the link's alternative text

* wording

---------

Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
Kaartic Sivaraam 2024-06-10 00:38:38 +05:30 committed by GitHub
parent 22dd69cabb
commit bb4cfe421a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 0 deletions

View file

@ -122,6 +122,16 @@
android:layout_margin="@dimen/dimen_6"
/>
<TextView
android:id="@+id/feedback_destination"
android:layout_margin="@dimen/dimen_6"
android:padding="4dp"
android:textSize="14sp"
android:textColor="?android:attr/textColorPrimary"
android:text="@string/feedback_destination_note"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<Button
android:id="@+id/btn_submit_feedback"
android:textColor="@color/white"