Add FAB to follow new hashtags from FollowedTagsActivity (#3275)
- Add a FAB for user interaction (hide on scroll if appropriate) - Show a dialog to collect the new hashtag - Autocomplete hashtags the same as when composing a status
This commit is contained in:
parent
41d493e72a
commit
27f6976295
5 changed files with 123 additions and 6 deletions
|
|
@ -58,6 +58,9 @@
|
|||
<string name="title_followed_hashtags">Followed hashtags</string>
|
||||
<string name="title_edits">Edits</string>
|
||||
|
||||
<string name="dialog_follow_hashtag_title">Follow hashtag</string>
|
||||
<string name="dialog_follow_hashtag_hint">#hashtag</string>
|
||||
|
||||
<string name="post_username_format">\@%s</string>
|
||||
<string name="post_boosted_format">%s boosted</string>
|
||||
<string name="post_sensitive_media_title">Sensitive content</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue