diff --git a/FAQ.md b/FAQ.md index d8438f2ddd..4ade0fe7ed 100644 --- a/FAQ.md +++ b/FAQ.md @@ -451,7 +451,7 @@ You can start searching for messages on sender, recipient, subject, keyword or m You can also search from any app by select *Search email* in the copy/paste popup menu. Messages will be searched on the device first (all accounts, all folders). -There will be an action button with a cloud download icon at the bottom to search on the server. +There will be an action button with a search again icon at the bottom to search on the server. When the search was started in a specific folder, the same folder will be searched in on the server, else you can select which folder to search in on the server. diff --git a/app/src/main/res/drawable/baseline_youtube_searched_for_24.xml b/app/src/main/res/drawable/baseline_youtube_searched_for_24.xml new file mode 100644 index 0000000000..fa5db06460 --- /dev/null +++ b/app/src/main/res/drawable/baseline_youtube_searched_for_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index b2ef625650..4693bb8a37 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -261,7 +261,7 @@ android:layout_height="wrap_content" android:layout_gravity="end|bottom" android:layout_margin="@dimen/fab_padding" - android:src="@drawable/baseline_cloud_download_24" + android:src="@drawable/baseline_youtube_searched_for_24" android:tint="@color/colorActionForeground" android:tooltipText="@string/title_search" app:backgroundTint="?attr/colorAccent" />