Skip to content

Commit

Permalink
Merge pull request thunderbird#8394 from cketti/remote-search-icon
Browse files Browse the repository at this point in the history
Change icon to start remote search
  • Loading branch information
cketti authored Oct 23, 2024
2 parents ab8bdf7 + 7660cf7 commit 5a0fa0c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions legacy/ui/legacy/src/main/res/drawable/ic_search_remote.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24"
>
<path
android:fillColor="@android:color/white"
android:pathData="M4,2C2.895,2 2,2.895 2,4V11C2,11.364 2.097,11.706 2.268,12C2.097,12.294 2,12.636 2,13V20C2,21.105 2.895,22 4,22H12.008C11.945,21.48 11.943,20.825 11.957,20H4.5C4.224,20 4,19.776 4,19.5V13.5C4,13.224 4.224,13 4.5,13H18C18.493,13 18.953,12.997 19.381,12.994L19.432,12.992C20.333,12.986 21.014,12.983 21.74,12.014L21.732,12C21.903,11.706 22,11.364 22,11V4C22,2.895 21.105,2 20,2H4ZM4.5,4.002H19.5C19.777,4.002 20,4.225 20,4.502V10.502C20,10.779 19.777,11.002 19.5,11.002H4.5C4.223,11.002 4,10.779 4,10.502V4.502C4,4.225 4.223,4.002 4.5,4.002ZM7,6C6.448,6 6,6.448 6,7C6,7.552 6.448,8 7,8C7.552,8 8,7.552 8,7C8,6.448 7.552,6 7,6ZM10,6C9.448,6 9,6.448 9,7C9,7.552 9.448,8 10,8C10.552,8 11,7.552 11,7C11,6.448 10.552,6 10,6ZM13,6C12.448,6 12,6.448 12,7C12,7.552 12.448,8 13,8C13.552,8 14,7.552 14,7C14,6.448 13.552,6 13,6ZM18,14C15.791,14 14,15.791 14,18C14,20.209 15.791,22 18,22C18.742,22 19.436,21.797 20.031,21.445L22.293,23.707C22.684,24.097 23.316,24.097 23.707,23.707C24.097,23.316 24.097,22.684 23.707,22.293L21.445,20.031C21.797,19.436 22,18.742 22,18C22,15.791 20.209,14 18,14ZM7,15C6.448,15 6,15.448 6,16C6,16.552 6.448,17 7,17C7.552,17 8,16.552 8,16C8,15.448 7.552,15 7,15ZM10,15C9.448,15 9,15.448 9,16C9,16.552 9.448,17 10,17C10.552,17 11,16.552 11,16C11,15.448 10.552,15 10,15ZM18,16C18.53,16 19.039,16.211 19.414,16.586C19.789,16.961 20,17.47 20,18C20,18.53 19.789,19.039 19.414,19.414C19.039,19.789 18.53,20 18,20C17.47,20 16.961,19.789 16.586,19.414C16.211,19.039 16,18.53 16,18C16,17.47 16.211,16.961 16.586,16.586C16.961,16.211 17.47,16 18,16Z"
/>
</vector>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- MessageList -->
<item
android:id="@+id/search_remote"
android:icon="@drawable/ic_search"
android:icon="@drawable/ic_search_remote"
android:title="@string/action_remote_search"
android:visible="false"
app:showAsAction="always"
Expand Down

0 comments on commit 5a0fa0c

Please sign in to comment.