1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-18 21:28:54 +00:00

Added wizard icon

This commit is contained in:
M66B 2021-06-15 09:48:02 +02:00
parent fbd526ccc7
commit e3a30a971a

View file

@ -149,6 +149,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:backgroundTint="?attr/colorInfoBackground" android:backgroundTint="?attr/colorInfoBackground"
android:drawableEnd="@drawable/twotone_auto_fix_high_24"
android:drawablePadding="6dp"
android:drawableTint="?attr/colorInfoForeground"
android:paddingHorizontal="24dp" android:paddingHorizontal="24dp"
android:paddingVertical="12dp" android:paddingVertical="12dp"
android:text="@string/title_setup_wizard" android:text="@string/title_setup_wizard"