1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 03:05:31 +00:00
This commit is contained in:
M66B 2021-05-08 13:28:22 +02:00
parent 08e5400be5
commit d8f513eab7
2 changed files with 25 additions and 1 deletions

View file

@ -201,7 +201,7 @@ public class FragmentSetup extends FragmentBase {
}
menu.add(Menu.NONE, R.string.title_setup_other, order++, R.string.title_setup_other)
.setIcon(R.drawable.twotone_search_24);
.setIcon(R.drawable.twotone_auto_fix_high_24);
SpannableString ss = new SpannableString(getString(R.string.title_setup_pop3));
ss.setSpan(new RelativeSizeSpan(0.9f), 0, ss.length(), 0);

View file

@ -0,0 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M4.4149,18.1666l7.17,-7.17l1.4142,1.4142l-7.17,7.17z"
android:strokeAlpha="0.3"
android:fillAlpha="0.3"/>
<path
android:fillColor="@android:color/white"
android:pathData="M20,7l0.94,-2.06l2.06,-0.94l-2.06,-0.94l-0.94,-2.06l-0.94,2.06l-2.06,0.94l2.06,0.94z"/>
<path
android:fillColor="@android:color/white"
android:pathData="M8.5,7l0.94,-2.06l2.06,-0.94l-2.06,-0.94l-0.94,-2.06l-0.94,2.06l-2.06,0.94l2.06,0.94z"/>
<path
android:fillColor="@android:color/white"
android:pathData="M20,12.5l-0.94,2.06l-2.06,0.94l2.06,0.94l0.94,2.06l0.94,-2.06l2.06,-0.94l-2.06,-0.94z"/>
<path
android:fillColor="@android:color/white"
android:pathData="M17.71,9.12l-2.83,-2.83C14.68,6.1 14.43,6 14.17,6c-0.26,0 -0.51,0.1 -0.71,0.29L2.29,17.46c-0.39,0.39 -0.39,1.02 0,1.41l2.83,2.83C5.32,21.9 5.57,22 5.83,22s0.51,-0.1 0.71,-0.29l11.17,-11.17C18.1,10.15 18.1,9.51 17.71,9.12zM5.83,19.59l-1.41,-1.41L11.59,11L13,12.41L5.83,19.59zM14.41,11L13,9.59l1.17,-1.17l1.41,1.41L14.41,11z"/>
</vector>