mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
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:
parent
22dd69cabb
commit
bb4cfe421a
3 changed files with 19 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue