Clean up placeholders in media detail fragment fields(Fixed #2471) (#2500)

Remove placeholders and let these descriptions only shown in Android
Studio layout preview. Use plain text in tools:text attributes so
relative string values can also be removed and ease the translation work.
This commit is contained in:
Zhao Gang 2019-02-22 13:43:31 +08:00 committed by Vivek Maskara
parent 02be443269
commit 9882d24651
2 changed files with 8 additions and 13 deletions

View file

@ -175,11 +175,8 @@
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="media_detail_title">Title</string>
<string name="media_detail_media_title">Title of the media</string>
<string name="media_detail_description">Description</string>
<string name="media_detail_description_explanation">Description of the media goes here. This can potentially be fairly long, and will need to wrap across multiple lines. We hope it looks nice though.</string>
<string name="media_detail_author">Author</string>
<string name="media_detail_author_explanation">Featured image author user name goes here.</string>
<string name="media_detail_uploaded_date">Uploaded date</string>
<string name="media_detail_license">License</string>
<string name="media_detail_coordinates">Coordinates</string>