Skip to content

Commit

Permalink
Merge pull request #5253 from vector-im/feature/mna/4643-filter-icon
Browse files Browse the repository at this point in the history
#4643: Home screen: replacing the search icon by a filter icon in the menu
  • Loading branch information
bmarty authored Feb 17, 2022
2 parents 555754b + b346a73 commit ec2021d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/4643.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Home screen: Replacing search icon by filter icon in the top right menu
4 changes: 2 additions & 2 deletions vector/src/main/res/menu/home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

<item
android:id="@+id/menu_home_filter"
android:icon="@drawable/ic_search"
android:icon="@drawable/ic_filter"
android:title="@string/home_filter_placeholder_home"
app:iconTint="?vctr_content_secondary"
app:showAsAction="always" />

</menu>
</menu>

0 comments on commit ec2021d

Please sign in to comment.