Skip to content

Commit

Permalink
feat(Timeline/TrendingLink): use open icon for open action
Browse files Browse the repository at this point in the history
The previous icon made it hard to recognize what the action was supposed
to do. Additionally, the new one also indicate that it will take the
user to an external website.
  • Loading branch information
FineFindus committed Aug 4, 2024
1 parent 9918649 commit 89ef482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion mastodon/src/main/res/menu/trending_links_timeline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/open_link"
android:icon="@drawable/ic_fluent_document_one_page_24_filled"
android:icon="@drawable/ic_fluent_open_24_regular"
android:showAsAction="always"
android:title="@string/mo_trending_link_read"/>
</menu>

0 comments on commit 89ef482

Please sign in to comment.