Updated icon

This commit is contained in:
M66B 2019-05-28 09:44:46 +02:00
parent 93991a7696
commit 133d30de56
3 changed files with 12 additions and 2 deletions

2
FAQ.md
View File

@ -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. 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). 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, When the search was started in a specific folder,
the same folder will be searched in on the server, the same folder will be searched in on the server,
else you can select which folder to search in on the server. else you can select which folder to search in on the server.

View File

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M17.01,14h-0.8l-0.27,-0.27c0.98,-1.14 1.57,-2.61 1.57,-4.23 0,-3.59 -2.91,-6.5 -6.5,-6.5s-6.5,3 -6.5,6.5H2l3.84,4 4.16,-4H6.51C6.51,7 8.53,5 11.01,5s4.5,2.01 4.5,4.5c0,2.48 -2.02,4.5 -4.5,4.5 -0.65,0 -1.26,-0.14 -1.82,-0.38L7.71,15.1c0.97,0.57 2.09,0.9 3.3,0.9 1.61,0 3.08,-0.59 4.22,-1.57l0.27,0.27v0.79l5.01,4.99L22,19l-4.99,-5z"/>
</vector>

View File

@ -261,7 +261,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="end|bottom" android:layout_gravity="end|bottom"
android:layout_margin="@dimen/fab_padding" 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:tint="@color/colorActionForeground"
android:tooltipText="@string/title_search" android:tooltipText="@string/title_search"
app:backgroundTint="?attr/colorAccent" /> app:backgroundTint="?attr/colorAccent" />